photo

aisha


Last seen: 10개월 전 2023년부터 활동

Followers: 0   Following: 0

통계학

  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
how to enter values to array using loop
for j=1:N for i=j+1:N L(i,j)=(A(i,j)-L(i,j-1)*U(j-1,j))/U(j,j) U(j,j)=A(j,j)-sum(L(j,1:j-1)*U(1:j-1,j)); U(j,j...

10개월 전 | 0

답변 있음
chol() gives error for a (barely) positive definite matrix.
error in cholesky (line 9) L(d,d)=sqrt(A(d,d)-L(d,1-N).^2);

10개월 전 | 0