Irregular Matrix

From Handwiki

An irregular matrix, or ragged matrix, is a matrix that has a different number of elements in each row. Ragged matrices are not used in linear algebra, since standard matrix transformations cannot be performed on them, but they are useful in computing as arrays which are called jagged arrays. Irregular matrices are typically stored using Iliffe vectors. For example, the following is an irregular matrix:

[math]\displaystyle{ \begin{bmatrix} 1 & 31 & 12& -3 \\ 7 & 2 \\ 1 & 2 & 2 \end{bmatrix} }[/math]

See also

  • Regular matrix (disambiguation)
  • Empty matrix
  • Sparse matrix

References

  • Paul E. Black, Ragged matrix, from Dictionary of Algorithms and Data Structures, Paul E. Black, ed., NIST, 2004.




Retrieved from "https://handwiki.org/wiki/index.php?title=Irregular_matrix&oldid=3364854"

Categories: [Arrays] [Matrices]


Download as ZWI file | Last modified: 03/23/2024 19:24:50 | 18 views
☰ Source: https://handwiki.org/wiki/Irregular_matrix | License: CC BY-SA 3.0

ZWI is not signed. [what is this?]