07 A1 BS06 Notes 1
07 A1 BS06 Notes 1
Definition: An ordered set of ‘mn’ numbers, real or complex arranged in a rectangular array of m
rows and n columns is called a matrix of order mxn. It is denoted as
a11 a12 a13 a1n
a 21 a 22 a 23 a2n
a a a33 a 3n
31 32
a m1 a m 2 a m3 a mn
You are well aware with types of matrices, square matrices, rectangle matrices, row, column
matrices, diagonal matrices, upper and lower triangular matrices . I don’t want to discuss the types
of Matrices here
ELEMENTARY TRANSFORMATIONS:
1.The inter change of any two rows (or columns)
R ←
i → R Stands for interchange of ith row and j th row
j
Equivalent matrix: Two matrices are said to be equivalent if one can be obtained from other by a
sequence of elementary transformations
1 2 3
Example: Let A = 4 5 6
7 8 9
4 5 6
→ R2 , B = 1 2 3 Here B is matrix obtained from A by applying elementary
R1 ←
7 8 9
transformation R1 ←
→ R2
∴ A and B are equivalent
@@SATYA@@
Minor of matrix: If we select any r rows r columns from a matrix A and deleting all other rows
and columns, then the determinant formed by these rxr elements is called the minor of order r
NOTE: 1. We can get different minors of same order by deleting different rows and columns from
the same matrix
2.The element of the matrix is minor of order 1
1 2 3
Example: A = 4 5 6
7 8 9
A is a minor of order 3
1 2 1 3 2 3 1 2 1 3 2 3 4 5 4 6 5 6
, , , , , , , , , are all minors of A of order 2
4 5 4 6 5 6 7 8 7 9 8 9 7 8 7 9 8 9
1 2 3
Solution: A = 4 5 6 = 0
7 8 9
1 2
Now = 5 − 8 = −3 ≠ 0
4 5
@@SATYA@@
2 1 3
2. Find the rank of the matrix A = 4 2 6
2 1 3
2 1 3
Solution: A=4 2 6 =0
2 1 3
2 6
=0
1 3
∴ All min ors of order 2 are zeros
Now we can find at least one minor of order 1 which is non zero
∴ ρ ( A) = 1
Observation: The above process of finding rank of the matrix is very difficult if the matrix is of
large order. To overcome this difficulty we introduce two shortcut methods
1. Normal form 2.Echlon form
@@SATYA@@