Statistica
MATLAB Answers
1 Domanda
0 Risposte
RANK
273.280
of 300.369
REPUTAZIONE
0
CONTRIBUTI
1 Domanda
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
0
RANK
of 168.436
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
For Ax=b, How do I make LU decomposition (A=L*U) without using lu function. For example, A is nxn matrix and bis nx1 matrix.
clc clear A=rand(5) b=rand(5,1); A(2:3,1) n=length(A) U=A; for i=1:n k=i+1 i U(k:n,i)=U(k:n,i)-U(i,i)*(U...
circa 5 anni fa | 1 risposta | 0

