Please help me solve gaussian elimination
이전 댓글 표시
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!
답변 (1개)
Sean de Wolski
2012년 1월 20일
doc rref
카테고리
도움말 센터 및 File Exchange에서 Matrix Indexing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!