<< cond | Linear algebra | det >> |
C = condeig(A) |
[V, D, S] = condeig(A) |
Input matrix
a vector of condition numbers for the eigenvalues of A.
C = condeig(A) returns a vector of condition numbers for the eigenvalues of A.
A = [10, 20; 30, 40];
S = condeig(A)
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET