photo

aisha


Last seen: 10 mois il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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 mois il y a | 0

Réponse apportée
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 mois il y a | 0