Boolean Matrix: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "** ..." to "** …") |
m (Text replacement - ". ---- " to ". ---- ") |
||
Line 10: | Line 10: | ||
** a [[Real Matrix]]. | ** a [[Real Matrix]]. | ||
* <B>See:</B> [[Bit Array]], [[Transaction Database]]. | * <B>See:</B> [[Bit Array]], [[Transaction Database]]. | ||
---- | ---- | ||
---- | ---- |
Latest revision as of 22:11, 16 June 2021
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.