What are the types of Matrices?
Types of Matrices:
Matrix is an arrangement of elements in rows and columns.
The types of matrices are given below.
The type matric in which there is only one row and number of columns. The general form of the matrix is .
The order of the matrix is .
The type matric in which there is only one column and number of rows. The general form of the matrix is .
The order of the matrix is .
The type matrix in which the number of rows and columns are equal. The general form of the matrix is .
The order of the matrix is
The type matrix in which there is an unequal number of rows and columns. The general form of the matrix is .
The order of the matrix is .
A square matrix is said to be a diagonal matrix if the non-diagonal elements are zero.
For example, matrix is a diagonal matrix.
A diagonal matrix is said to be a scalar matrix if the diagonal elements are the same.
For example, matrix is a scalar matrix.
A matrix is said to be a zero or null matrix if all the elements in the matrix are zero.
For example, matrix is a null matrix.
A square matrix is said to be an identity or unit matrix if the non-diagonal elements are zero and the diagonal elements are unity.
For example, matrix is an identity matrix.
A matrix of ones is a matrix in which all the elements are equal to unity.
For example, matrix is a matrix of ones.
A singular matrix is a matrix and the determinant value of the matrix is equal to zero.
A singular matrix is a matrix in which the determinant value is a non-zero number.
An upper triangular matrix is a square matrix in which the elements below the diagonals are zero.
For example, matrix
A lower triangular matrix is a square matrix in which the elements above the diagonals are zero.
For example, matrix
A square matrix is said to be symmetric if and only if it is equal to the transpose.
For example, and
Here
A square matrix is said to be skew-symmetric if and only if .
For example, and
Here .
A square matrix is an orthogonal matrix of the product of the matrix and its transpose is equal to the identity matrix i.e, .
A matrix in which all the elements are either zero or unity.
For example, is a Boolean matrix.
It is a square matrix that is equal to its own conjugate transpose matrix..
The elements of the Hermitian matrix are complex numbers.
A square matrix is a skew Hermitian matrix if and only if its conjugate transpose is equal to its negative..
A skew Hermitian matrix is also called the anti-Hermitian matrix.