- Write A Matlab Script Called Hw5 P4 M That Uses Matlab S Lu Function To Compute The L U And P Matrices For The Matrix 1 (48.09 KiB) Viewed 48 times
Write a MATLAB script called hw5_p4.m that uses MATLAB's lu function to compute the L, U, and P matrices for the matrix
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Write a MATLAB script called hw5_p4.m that uses MATLAB's lu function to compute the L, U, and P matrices for the matrix
Write a MATLAB script called hw5_p4.m that uses MATLAB's lu function to compute the L, U, and P matrices for the matrix from problem 6 on the previous homework. Then use those matrices to compute the inverse of the matrix from problem 6 on the previous homework. Only call lu once.