Feeds
질문
I implement a function to gaussian elimination with scaled column pivoting. this function checks if matrix is singular but if not singular it solves wrong . I can't see where function fails on calculation . Can you help me?
function[singular, x]=mygauss(A,b) %GaussPP(A,b) solves the n-by-n linear system of equations using scaled column %pivoting...
대략 9년 전 | 답변 수: 0 | 0