1. What is Gaussian Elimination with backward substitutions?
Don't use plagiarized sources. Get Your Custom Essay on
mathlab
Just from $13/Page
Explain your answer by solving this problem using the following equations:
x + y = 3
3x -4y = 2
2. After explaining the Gaussian elimination, use MATLAB to solve the same problem above by creating matrix A and B from the equations:
x = inv(A) * B
or
x = A\B
Copy and paste in the edit window to SHOW ALL YOUR Work.