Matrix and Determinants Notes
Matrix and Determinants Notes
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.
An m x n matrix A is said to be a square matrix if m = n i.e. number of rows = numb er
of columns.
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 = [a ij ]n× n , then tr(A) = ∑ n i=1 a ii = a 11 + a 22 +......+ a nn .
For a square matrix A = [a ij ] n×n , if all the elements other than in the leading diagonal
are zero i.e. a ij = 0, whenever i ≠ j then A is said to be a diagonal matrix.
A matrix A = [a ij ]n×n is said to be a scalar matrix if a ij = 0, i ≠ j
= m, i = j, where m ≠ 0
Properties of various types of matrices:
Given a square matrix A = [a ij ] n×n ,
For upper triangular matrix, a ij = 0, ∀ i > j
For lower triangular matrix, a ij = 0, ∀ i < j
Diagonal matrix is both upper and lower triangular.
A triangular matrix A = [a ij ]n×n is called strictly triangular if a ii = 0 for ∀1 < i < n.
Transpose of a matrix and its properties:
If A = [a ij ]m×n and transpose of A i.e. A' = [b ij ] n ×m then b ij =a ji , ∀i, j.
(A')' = A
(A + B)' = A' + B', A and B being conformable matrices
(αA)' = αA', α being scalar
(AB)' = B'A', A and B being conformable for multiplication
Properties of Conjugate of A i.e.