Feeds
回答済み
Reorder Eigenvalues in Schur factorization (Descending order)
Upon searching and trials, this worked. H = magic(10); [U,T]=schur(H); [~, i] = sort(ordeig(T)); [~, j] = sort(i); [US, TS...
Reorder Eigenvalues in Schur factorization (Descending order)
Upon searching and trials, this worked. H = magic(10); [U,T]=schur(H); [~, i] = sort(ordeig(T)); [~, j] = sort(i); [US, TS...
6年弱 前 | 0
| 採用済み
質問
Reorder Eigenvalues in Schur factorization (Descending order)
How can I rearrange the eigenvalues in descending order using ordschur? I've tried the example below, but unable to rearrange t...
6年弱 前 | 1 件の回答 | 0