Description Usage Arguments Value
Finds the first nz eigenvalues/-vectors of the generalized eigenvalue problem A v = λ B v, where A and B are assumed to be symmetric.
1 |
A |
n-by-n matrix A. |
B |
n-by-n matrix B. |
nz |
integer indicating the number of eigenvalues /-vectors to obtain. Defaults to n. |
A list with two elements. $d contains the eignavalues in decreasing order. $v contains the corresponding eigenvectors.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.