Description Usage Arguments Value Examples
Returns a tidied dataframe of the eigenvalues of a random matrix or ensemble.
1 2 3 4 5 6 7 |
array |
a square matrix or matrix ensemble whose eigenvalues are to be returned |
norm_order |
sorts the eigenvalue spectrum by its norms if TRUE, otherwise sorts them by sign |
singular |
return the singular values of the matrix or matrix ensemble |
components |
returns the array with resolved real and imaginary components if TRUE, otherwise returns complex-valued eigenvalues |
order |
an integer or integer vector of which eigenvalue orders to return; order 1 representing the largest, order N represents smallest (where N is the number of eigenvalues). If uninitialized, defaults to returning the entire spectrum. |
A tidy dataframe with the real & imaginary components of the eigenvalues and their norms along with a unique index.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.