Use Matlab to answer the below question 2.1. Solve the following system of equation using the inverse matrix function an
Posted: Sun May 15, 2022 8:20 pm
Use Matlab to answer the below question
2.1. Solve the following system of equation using the inverse
matrix function and the Gauss elimination method. 3X1+2X2-X3=10
-X1+3X2+2X3=5 X1-X2-X3=-1 Hint use: INV is the solution using
matrix inverse function: INV=inv(A)*C GAUSS is the solution using
Gauss elimination method: Gauss=A\C
2.1. Solve the following system of equation using the inverse
matrix function and the Gauss elimination method. 3X1+2X2-X3=10
-X1+3X2+2X3=5 X1-X2-X3=-1 Hint use: INV is the solution using
matrix inverse function: INV=inv(A)*C GAUSS is the solution using
Gauss elimination method: Gauss=A\C