Please help me solve gaussian elimination
Show older comments
Hey all,
New to MATLAB and I have no idea what to do.
here is the question
pth step
alpha=ai,p/a,p
jai,j=ai,j-alphaap,j'
bi=bi-alphabp
ap,p is the pivot
code pth step in matlab
code gaussian elimination as function [U b2]=gauss_elim(A,b)
please let me know.
Thanks!
Answers (1)
Sean de Wolski
on 20 Jan 2012
doc rref
Categories
Find more on Matrix Indexing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!