We will use Gaussian Elimination to solve the linear system
The augmented matrix is
The Gaussian Elimination algorithm proceeds as follows:
| |||||||
| |||||||
| |||||||
|
We have brought the matrix to row-echelon form. The corresponding system
is easily solved from the bottom up:
Thus, the solution of the original system is x1=2x2=−1x3=3
0 comments:
Post a Comment