Misplaced Pages

Irregular matrix

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
(Redirected from Ragged matrix)

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:

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

See also

References

Matrix classes
Explicitly constrained entries
Constant
Conditions on eigenvalues or eigenvectors
Satisfying conditions on products or inverses
With specific applications
Used in statistics
Used in graph theory
Used in science and engineering
Related terms


Stub icon

This article about matrices is a stub. You can help Misplaced Pages by expanding it.

Categories: