autoVetor | R Documentation |
Calculates the eigen vector of matrix
autoVetor(matriz)
matriz |
a paired matrix |
Returns a normalized eigenvector
Lyncoln Oliveira
m=diag(16)+2-2*diag(16) m autoVetor(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.