Row Operations
Rows and Columns.
Let
be a matrix.
Then
,
, and
are respectively called the first, the second, and the third row,
and denoted by
,
, and
.
Similarly
,
, and
are respectively called the first, the second, and the third column
of the matrix
.
Row Operatoins. The following three basic row operations are used to systematically produce a reduced echelon form:
- Replacement:
(add a multiple of the
-th row by
to the
-th row)
- Interchange:
(interchange the
-th row and the
-th row)
- Scaling:
(multiply the
-th row by
)
- A(j,:) = A(j,:) + k * A(i,:)
- A([j,i],:) = A([i,j],:)
- A(i,:) = k * A(i,:)
© TTU Mathematics