Elementary Operations of Matrix
Elementary Operations of Matrix
The elementary operations or transformation of a matrix are the operations performed on rows
and columns of a matrix to transform the given matrix into a different form in order to make the
calculation simpler.
RANK OF A MATRIX
The maximum number of linearly independent columns (or rows) of a matrix is called the rank
of a matrix. The rank of a matrix cannot exceed the number of its rows or columns.
1 2 3
𝐴 = (2 1 4)
3 0 5
1 2 3
~ (0 −3 −2) [𝑅2 → 𝑅2 − 2𝑅1 , 𝑅3 → 𝑅3 − 3𝑅1 ]
0 −6 −4
1 2 3
~ (0 −3 −2) [𝑅3 → 𝑅3 − 2𝑅2 ]
0 0 0
PRACTICE:
1 2 3
Find the rank of [4 5 6].
7 8 9
NULLITY OF A MATRIX
If A is a matrix of order m × n, then
Rank of A + Nullity of A = Number of columns in A = n
∴ Nullity of A = Number of columns in A - Rank of A.
Consider the following matrix.
1 2 3
𝐴 = (2 1 4)
3 0 5