Please help me solve gaussian elimination
Mostrar comentarios más antiguos
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!
Respuestas (1)
Sean de Wolski
el 20 de En. de 2012
doc rref
Categorías
Más información sobre Matrix Indexing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!