Question: Write a Matlab function program to that solves a linear system Ax = b using LU decomposition. Let A, b and tol be the inputs
Write a Matlab function program to that solves a linear system Ax = b using LU decomposition. Let A, b and tol be the inputs and x the output. If the error (residual) is not less than tol, then display a warning.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
