Topics: Discrete Mathematics
A boolean matrix is a matrix such that or .
Given , the notation for a boolean matrix is:
We represent the set of boolean matrices with .
Diagonal Matrix
Note that if for , then the matrix is diagonal.
Search
Topics: Discrete Mathematics
A boolean matrix is a matrix such that aij=0 or aij=1 ∀i,j∈N.
Given m,n∈N, the notation for a boolean matrix A is:
We represent the set of m×n boolean matrices with {0,1}m×n.
Diagonal Matrix
Note that if aij=0 for i=j, then the matrix is diagonal.