reduce the matrix into reduced echelon form
Answers
Answered by
2
Answer:
To get the matrix in reduced row echelon form, process non-zero entries above each pivot.
Identify the last row having a pivot equal to 1, and let this be the pivot row.
Add multiples of the pivot row to each of the upper rows, until every element above the pivot equals 0
indrarajesh776:
can we reduce both 2nd and 3 Rd row at a time
Similar questions