Row operations:
a) Interchanging of two rows: We can interchange any two rows in a matrix. The interchanging of ith and jth rows is symbolically denoted by Ri ↔ Rj.
b) Multiplying a row by a scalar: We can multiply any row of a scalar. Multiplying ith row by a scalar ‘m’ is symbolically denoted by Ri→mRi.
c) Multiplying a row by a scalar and adding the elements of this row to the corresponding elements of the other row: Multiplying jth row by a scalar ‘m’ and adding it to the ith row is symbolically denoted by Ri→Ri+mRj
Column operations:
a) Interchanging of two columns: We can interchange any two columns in a matrix. The interchanging of ith and jth columns is symbolically denoted by Ci ↔ Cj.
b) Multiplying a column by a scalar: We can multiply any column of a scalar. Multiplying ith column by a scalar ‘m’ is symbolically denoted by Ci→mCi.
c) Multiplying a column by a scalar and adding the elements of this column to the corresponding elements of the other column: Multiplying jth column by a scalar ‘m’ and adding it to the ith column is symbolically denoted by Ci→Ci+mCj.