mathlab

1. What is Gaussian Elimination with backward substitutions?Explain your answer by solving this problem using the following equations:x + y = 33x -4y = 22.  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) * Borx = ABCopy and paste in the edit window to SHOW ALL YOUR Work.