Binary Matrix
(Redirected from binary matrix)
Jump to navigation
Jump to search
A Binary Matrix is a matrix composed of binary vectors.
- Context:
- It can range from being a Dense Binary Matrix to being a Sparse Binary Matrix.
- It can range from being a Non-Square Binary Matrix to being a Square Binary Matrix.
- It can range from being a 2D Binary Matrix to being a 3D Binary Matrix to being ...
- Example(s):
- [math]\displaystyle{ \begin{bmatrix}1 & 1 & 0 \\ 0 & 1 & 0 \end{bmatrix}. }[/math]
- Counter-Example(s):
- an Integer Matrix.
- a Real-Number Matrix.
- a Complex Matrix.
- See: Binary Dataset.