Consider linear equations in
unknowns namely of
as:

Equivalently,

Associated with this system of equations is the matrix:
![A =[a_1 , a_2 , . . . , a_n]](https://matlab1.com/wp-content/plugins/wp-fastest-cache-premium/pro/images/blank.gif)
Consider the
matrix
![\[ \left( \begin{array}{cccc} a_{11} & a_{21} & ... & a_{m1} \\ a_{12} & a_{22} & ... & a_{m2} \\ . & . & . & . \\ . & . & . & . \\ a_{1n} & a_{2n} & ... & a_{mn} \\ \end{array} \right)\]](https://matlab1.com/wp-content/plugins/wp-fastest-cache-premium/pro/images/blank.gif)
We can apply elementary row operations in the matrix A to get the matrix in reduced form.
An elementary row operation on the given matrix A is an algebraic manipulation of the matrix that corresponds to one of the following:
1. Interchanging any two rows such as the
and the
rows of the matrix A;
2. Multiplying one of its rows such as the
row by a real number
where
;
3. Adding one of its rows such as the
row to the
times
row.