Please help me solve gaussian elimination

1 view (last 30 days)
Seung
Seung on 20 Jan 2012
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
Sean de Wolski on 20 Jan 2012

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!