LAODE Introduction & Rank
LAODE Introduction & Rank
Transpose of a matrix:
The matrix obtained by interchanging the rows and columns of a matrix 𝐴
is called transpose of 𝐴 denoted by 𝐴𝑇 or 𝐴′ .
If 𝐴 is a matrix of order 𝑚𝑋𝑛then 𝐴𝑇 is a matrix of order 𝑛𝑋𝑚.
2 1
2 3 −1
Example: If 𝐴 = [ 3 2 ] then 𝐴𝑇 = [ ]
1 2 −2
−1 −2
Properties of Transpose:
a. (𝐴𝑇 )𝑇 = 𝐴
Symmetric Matrix:
A square matrix ‘𝐴’ is said to be symmetric matrix if 𝐴 = 𝐴𝑇 .
𝑎 𝑏 𝑐
1 −2
Example: 1. 𝐴 = [ ] 2. [𝑏 𝑑 𝑒]
−2 1
𝑐 𝑒 𝑓
Skew-Symmetric Matrix:
A square matrix ‘𝐴’ is said to be skew-symmetric matrix if 𝐴 = −𝐴𝑇 or
𝐴𝑇 = −𝐴.
0 −𝑏 𝑐
0 −2
Example: 1. 𝐴 = [ ] 2. [ 𝑏 0 −𝑒]
−2 0
−𝑐 𝑒 0
Null matrix (or) zero matrix:
A matrix in which each element is zero is called null matrix or zero
matrix and is denoted by 𝑂.
0 0 0
Example: The matrix𝑂 = [ ]is a null matrix of order 2X3.
0 0 0
Special matrices:
Diagonal matrix:
A square matrix in which the elements except the diagonal elements are
zero is called a diagonal matrix.
𝑎 0 0
2 0
Example: 1. [ ] 2. [0 𝑏 0]
0 7 2𝑋2
0 0 𝑐 3𝑋3
Scalar matrix:
A diagonal matrix in which all the diagonal elements are equal is called a
scalar matrix.
−2 0 0
3 0
Example: 1. [ ] 2. [ 0 −2 0]
0 3
0 0 −2
Unit matrix:
A diagonal matrix in which each diagonal entry is unity is called unit
matrix or identity matrix.
The unit matrix of order 𝑛 is denoted by 𝐼𝑛 .
1 0
Example: 𝐼2 = [ ]
0 1
Singular matrix:
A square matrix ‘𝐴’ is said to be singular matrix if |𝐴| = 0.
3 6
Example: | |=0
5 10
Non-Singular matrix:
A square matrix ‘𝐴’ is said to be non-singular matrix if |𝐴| ≠ 0.
3 6
Example: | | = 15 ≠ 0
5 15
Idempotent matrix:
A square matrix 𝐴 is such that 𝐴2 = 𝐴 then 𝐴 is called idempotent matrix.
2 −2 −4
Example:𝐴 = [−1 3 4]
1 −2 −3
Involutory matrix:
If a square matrix 𝐴 is such that 𝐴2 = 𝐼 then 𝐴 is called an involutory
matrix.
0 1
Example: 𝑨 = [ ]
1 0
Nilpotent matrix:
For any square matrix 𝐴 if there exists a least positive integer m such that
𝐴𝑚 = 0then 𝐴 is called a nilpotent matrix. Here m is called index or degree of
the matrix 𝐴.
0 1 0 0
Example: If 𝐴 = [ ] then 𝐴2 = [ ]
0 0 0 0
Orthogonal matrix:
A square matrix ‘𝐴’ is said to be orthogonal matrix if𝐴𝐴𝑇 = 𝐼
1 0 𝑐𝑜𝑠 𝜃 − 𝑠𝑖𝑛 𝜃
Example: 1. [ ] 2. [ ]
0 −1 𝑠𝑖𝑛 𝜃 𝑐𝑜𝑠 𝜃
Operations:
1. Addition of two matrices:
Let 𝐴 = (𝑎𝑖𝑗 ), 𝐵 = (𝑏𝑖𝑗 )be the two matrices of same order then the sum
of A and B is denoted by A+B and is obtained by adding the
corresponding elements.
2 3 4 1 2 3 3 5 7
Example: If A and B 5 1 2 then A B 10 5 5
5 6 7
b. If both 𝐴𝐵 and 𝐵𝐴 are defined, they need not be equal i.e𝐴𝐵 ≠ 𝐵𝐴.
c. If 𝐴𝐵 = 𝐵𝐴 then 𝐴 and 𝐵 are said to commute.
Vectors:
A vector is a matrix that has only one row is called Row vector, if it has
only one column then it is called a column vector.
𝑎
Example: 1. [2 0.5]1𝑋2 2. [𝑏 ]
𝑐 3𝑋1
Linear Combination: Let X 1 , X 2 ,..., X p be any p vectors each consisting of same
2. The Multiplication of any row (column) with a non zero scalar kdenoted
by 𝑅𝑖 𝑘𝑅𝑖 .
i.e., Addition to any row say,𝑖𝑡ℎ row, with k times the corresponding
elements of 𝑗 𝑡ℎ row denoted by 𝑅𝑖 𝑅𝑖 + 𝑘𝑅𝑗 .
Equivalent Matrices:
Two matrices 𝐴 and 𝐵 are said to be equivalent if any one of the matrix
say 𝐵 can be obtained by applying elementary operations on 𝐴. It is denoted by
𝐴𝐵.
Problems:
𝟏 𝟐 𝟑
1. Determine the rank of the matrix [𝟏 𝟒 𝟐]
𝟐 𝟔 𝟓
𝟏 𝟐 𝟑
Solution: Let 𝑨 = [𝟏 𝟒 𝟐]
𝟐 𝟔 𝟓
𝟏 𝟐 𝟑
⇒ |𝑨| = |𝟏 𝟒 𝟐| = 𝟎
𝟐 𝟔 𝟓
Consider the minors of order 2.
1 2 13 2 3 1 4 4 2 1 2 2 3 1 3
| |,||,| |,| |,| |,| |,| |,| |
1 4 12 4 2 2 6 6 5 2 5 6 5 2 5
1 2
Rank of A=2 (here | | = 2 ≠ 0)
1 4
𝟎 𝟏 −𝟑 −𝟏
𝟏 𝟎 𝟏 𝟏
2. Find the rank of the matrix [ ]
𝟑 𝟏 𝟎 𝟐
𝟏 𝟏 −𝟐 𝟎
0 1 −3 −1
1 0 1 1
Solution: Let 𝐴=[ ]
3 1 0 2
1 1 −2 0
0 1 −3 −1
1 0 1 1
⇒ |𝐴| = | |
3 1 0 2
1 1 −2 0
1 1 1 1 0 1 1 0 1
= (−1) |3 0 2| − 3 |3 1 2| + 1 |3 1 0 |=0
1 −2 0 1 1 0 1 1 −2
⇒ 𝜌(𝐴) ≠ 4
Also, every minor of order 3X3 is 0.⇒ 𝜌(𝐴) ≠ 3
Now consider minor of order 2.
0 1
⇒| | = 1 ⇒ 𝜌(𝐴) = 2
1 0
Echelon form: A matrix ‘𝐴’ of order 𝑚𝑋𝑛is said to be in echelon form if
(i) Every row of 𝐴 which has all its entries zero occurs below the rows
which has a non-zero entry.
(ii) The first non-zero entry in each non-zero row is equal to 1.
(iii) The number of zero’s before the first non-zero element in a row is less
than the number of such zero’s in the next row.
𝟏 𝟏 𝟐 𝟑
𝟎 𝟏 −𝟏 𝟏
Example: [ ]
𝟎 𝟎 𝟏 −𝟏
𝟎 𝟎 𝟎 𝟎
Note: Rank of a matrix which is in echelon form is equal to the number of
non-zero rows of the matrix.
Problems:
1. Find the rank of the matrix A by reducing it into echelon form 𝐴 =
1 4 5
[2 6 8]
3 7 22
𝑅2 −2𝑅1 ; 𝑅3 −3𝑅1 1 4 5
Solution: → [0 −2 −2]
0 −5 7
𝑅2 /2 1 4 5
→ [0 1 1]
0 −5 7
𝑅3 +5𝑅2 1 4 5
→ [0 1 1 ]
0 0 12
Now 𝐴 is in Echelon form and number of non-zero rows=3
Rank of 𝐴 = 3.