Row Equivalence
Row Equivalence
OPERATIONS
Definition: An elementary row operation on a matrix A is any one of the
following operations:
(a) Row switching
Interchange of any two rows of A.
1 0 1 6 1 0
0 1 Add 6 times the second 0 1 Add -6 times the second 0 1
row to the first. row to the first.
Definition: An 𝑚 × 𝑛 matrix B is called row equivalent to 𝑚 × 𝑛 matrix A if B is
obtained from A by performing a finite sequence of elementary row operations on A.
we write 𝐵~𝐴 to denote B is row equivalent to A. The following notations are useful
in numerical problems:
i. 𝑅𝑖𝑗 denotes the interchange of ith and jth rows of a matrix A.
ii. 𝑘𝑅𝑖 denotes the multiplication of ith row of A by a nonzero scalar 𝑘.
iii. 𝑅𝑖 + 𝑘𝑅𝑗 denotes the addition of 𝑘 times the elements of jth rows in the corresponding elements of ith row.
𝑐𝑜𝑠𝜃 𝑠𝑖𝑛𝜃
Example: Show that 𝐴 = is row equivalent to 𝐼2 .
−𝑠𝑖𝑛𝜃 𝑐𝑜𝑠𝜃
5 6 9
Example: Show that 2 3 1 ~𝐼3 .
8 4 7
Note: An n×n matrix A is invertible if and only if it is row equivalent to the n×n identity matrix.
More on Elementary Row Matrices and the Operations:
0 0 1
Interchange the first and
0 1 0
third rows of I3
1 0 0