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.. :-(
56389 Solvers
The Goldbach Conjecture, Part 2
1301 Solvers
Back to basics 9 - Indexed References
396 Solvers
Who knows the last digit of pi?
561 Solvers
Implement simple rotation cypher
955 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!