function [ x ] = my_lin_solv( A, b )
[L,U]=lu(A);
d=inv(L)*b;
x=inv(U)*d;
end
The link to the PDF is broken.. :-(
1387 Solvers
6345 Solvers
342 Solvers
MATCH THE STRINGS (2 CHAR) very easy
252 Solvers
Calculate the derivative of a polynomial
173 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!