Square Binary Matrix
Jump to navigation
Jump to search
A Square Binary Matrix is a square matrix that is a binary-number matrix.
- Context:
- It can range from being a Symmetric Square Binary-Number Matrix to being Non-Symmetric Square Binary-Number Matrix.
- Example(s):
- [math]\displaystyle{ A = \begin{bmatrix} 1 & 1 \\0 & 1 \end{bmatrix} }[/math].
- any Identity Matrix.
- …
- Counter-Example(s):
- See: Invertible Matrix.