Homogeneous Two-Dimensional Array
(Redirected from Homogeneous 2-Dimensional Array)
Jump to navigation
Jump to search
A Homogeneous Two-Dimensional Array is a two-dimensional array that is a homogeneous array.
- …
- Example(s):
- a Matrix (of number values), such as [math]\displaystyle{ \begin{bmatrix}1 & 9 & 13 \\20 & 55 & 6 \end{bmatrix} }[/math].
- a Ordered Tuple Set of text characters, such as [math]\displaystyle{ \begin{bmatrix}a & c & q \\d & d & t \end{bmatrix} }[/math].
- …
- Counter-Example(s):
- See: Composite Variable, Tensor.