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 years 前 | 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 years 前 | 1 个回答 | 0