Revision Notes On Matrices: Properties of Various Types of Matrices
Revision Notes On Matrices: Properties of Various Types of Matrices
Revision Notes On Matrices: Properties of Various Types of Matrices
Two matrices are said to be equal if they have the same order and each element of one is equal
to the corresponding element of the other.
In a square matrix the diagonal from left hand side upper corner to right hand side lower corner
is known as leading diagonal or principal diagonal.
The sum of the elements of a square matrix A lying along the principal diagonal is called the
trace of A i.e. tr(A). Thus if A = [aij]n×n, then tr(A) = ∑ni=1 aii = a11 + a22 +......+ ann.
For a square matrix A = [aij]n×n, if all the elements other than in the leading diagonal are zero i.e.
aij = 0, whenever i ≠ j then A is said to be a diagonal matrix.
Properties of Transpose:
1) (A')' = A
2) (A + B)θ = Aθ + Bθ
4) (AB)θ = BθAθ
5) All the laws of ordinary algebra hold for the addition or subtraction
of matrices and their multiplication by scalar.
Matrix Multiplication:
1) Matrix multiplication may or may not be commutative. i.e., AB may or
may not be equal to BA
A square matrix A = [aij] is said to be symmetric when aij = aji for all i and j.
If aij = -aji for all i and j and all the leading diagonal elements are zero, then the matrix is called
a skew symmetric matrix.
The adjoint of a square matrix of order 2 can be easily obtained by interchanging the diagonal
elements and changing the signs of off-diagonal (left hand side lower corner to right hand side
upper corner) elements.
A non-singular square matrix of order n is invertible if there exists a square matrix B of the same
order such that AB = In = BA.
If A and B are non-singular square matrices of the same order, then adj (AB) = (adj B) (adj A).
If A is an invertible square matrix, then adj(AT) = (adj A)T.
2) There exists at least one square sub matrix of order r which is non-
singular.
It also equals the number of non-zero rows in the row echelon form of
the matrix.
Solved Examples on Matrices
Illustration 3: If A and B are square matrices of equal degree, then which of the following is
correct? (1995)
3. A-B = B-A 4. AB = BA
Solution:Since A and B are square matrices and are also of equal degree so the addition must be
commutative.