How do I solve a system of linear equations using Gaussian elimination?
I'm studying linear algebra and I need to solve systems of equations using Gaussian elimination. For example:
I know I need to form an augmented matrix and use row operations to reach row-echelon form. But what are the allowed row operations? And how do I know when I've reached the correct form? Should I aim for row-echelon form or reduced row-echelon form (RREF)?
1 answers542 views