A binary matrix is a square matrix containing only the values 1 and 0 (or True and False). In PASSaGE 1 these were called connection matrices. Although most binary matrices are symmetric, they do not have to be.
|
Point 1 |
Point 2 |
Point 3 |
Point 1 |
0 |
1 |
1 |
Point 2 |
1 |
0 |
0 |
Point 3 |
1 |
0 |
0 |
Example of a binary matrix.