Integer Matrix
(Redirected from integer matrix)
Jump to navigation
Jump to search
A Integer Matrix is a matrix composed of integer values.
- Context:
- It can range from being a Positive Integer Matrix to being an Non-Negative Integer Matrix to being a Non-Positive Integer Matrix to being a Negative Integer Matrix.
- It can range from being a Dense Integer Number Matrix to being a Sparse Integer Number Matrix.
- It can range from being a Non-Square Integer Matrix to being a Square Integer Matrix.
- It can range from being a 2D Integer Matrix to being a 3D Integer Matrix to being ...
- Example(s):
- [math]\displaystyle{ \begin{bmatrix}1 & 9 & 13 \\-20 & 55 & 0 \end{bmatrix}. }[/math]
- a Count Matrix.
- …
- Counter-Example(s):
- See: Integer Dataset.