Description: Including myself, used to write some of the numerical analysis functions, including matrix LU decomposition of two methods, Cholesky decomposition, and iterative solution of linear equations in the Jacobi, Gauss- Seidel and linear relaxation method function
To Search:
File list (Check if you may need any files):
myJacobiIter.m
MyLU.m
MyLUDirect.m
mySOR.m
cholesky.m
myGSIter.m