Boolean Matrix
Jump to navigation
Jump to search
A Boolean Matrix is a matrix composed of boolean vectors.
- AKA: Logical Matrix.
- Context:
- It can range from being an Abstract Boolean Matrix to being a Boolean Matrix Dataset.
- …
- Example(s):
- an Identity Matrix, such as [math]\displaystyle{ \begin{bmatrix} 1 & 0\\0 & 1 \end{bmatrix} }[/math]
- Counter-Example(s):
- a Integer Matrix.
- a Real Matrix.
- See: Bit Array, Transaction Database.
References
2009
- http://en.wikipedia.org/wiki/Logical_matrix
- A logical matrix or Boolean matrix is a matrix (a rectangular table) with entries from the Boolean domain B = {0, 1}. Such a matrix can be used to represent a binary relation between a pair of finite sets.