1) For a matrix A= 1 2 3 25 7 4 7 12 (a) Use the MATLAB lu function to compute the LU factors. (b) Use the MATLAB linsol
Posted: Fri Jan 21, 2022 8:41 am
1) For a matrix A= 1 2 3 25 7 4 7 12 (a) Use the MATLAB lu function to compute the LU factors. (b) Use the MATLAB linsolve function to solve the system of equations Acc = 1 where b= (1 3 2 )? (c) Use the MATLAB backslash command to solve the same equations equations.