make_eigen | R Documentation |
Make a matrix with integer eigen factorizations
make_eigen(n)
n |
The dimension of the matrix |
A list with three components. A is the matrix that has eigen decomposition A = V D V^-1 where V is a matrix with eigenvectors as columns and D = diag(d) is a matrix with corresponding eigenvalues d on the diagonal.
e <- make_eigen(3) e$A e$V e$d
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.