Explore tens of thousands of sets crafted by our community.
Types of Matrices
15
Flashcards
0/15
Zero Matrix
A matrix in which all elements are zero. Example:
Identity Matrix
A square matrix in which all the elements of the principal diagonal are ones and all other elements are zeros. Example:
Sparse Matrix
A matrix in which most of the elements are zero. Example:
Triangular Matrix
A matrix where all the entries above the main diagonal (upper triangular) or below the main diagonal (lower triangular) are zero. Example (Upper):
Symmetric Matrix
A square matrix that is equal to its transpose. Example:
Skew-Symmetric Matrix
A square matrix whose transpose equals its negative. Example:
Diagonal Matrix
A matrix where all entries outside the main diagonal are zero. Example:
Toeplitz Matrix
A matrix in which each descending diagonal from left to right is constant. Example:
Orthogonal Matrix
A square matrix with real entries whose columns and rows are orthogonal unit vectors. Example:
Skew-Hermitian Matrix
A complex square matrix whose conjugate transpose equals its negative. Example:
Circulant Matrix
A square matrix where each row vector is rotated one element to the right relative to the preceding row vector. Example:
Block Matrix
A partitioned matrix composed of smaller matrices called blocks. Example:
Hankel Matrix
A matrix in which each ascending diagonal from left to right is constant. Example:
Hermitian Matrix
A complex square matrix that is equal to its own conjugate transpose. Example:
Unitary Matrix
A square matrix with complex entries that when multiplied by its conjugate transpose results in the identity matrix. Example:
© Hypatia.Tech. 2024 All rights reserved.