How do i define Ak where Ak depends on function after it
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
for i=1
Ai=A % input matrix A
for k=2:n-1
For i=k-1:n-1
Ak= Ei(2:n,2:n)
Ei= I(n-i+1,n-i+1)+Mi
Mi= Pi\Ui
Pi=Li+ Di
Ui= triu(Ai,1)
Li=tril(Ai,-1)
Di=diag(diag(Ai))
0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!