InterviewSolution
Saved Bookmarks
| 1. |
Solve the following system of equations. (a) By using Cramer's rule and Matrix inversion method, when the coefficient matrix is non - singular. (b) By using Gauss-Jordan method, also determine whether the system has unique solution, or infinite number of solutions or solution and find the solution if exist. x+y+z=1 2x+2y+3z=6 x+4y+8z=3 |
|
Answer» |
|