autoVetor {AHPWR} | R Documentation |
Calculates the eigen vector of matrix
Description
Calculates the eigen vector of matrix
Usage
autoVetor(matriz)
Arguments
matriz |
a paired matrix |
Value
Returns a normalized eigenvector
Author(s)
Lyncoln Oliveira
Examples
m=diag(16)+2-2*diag(16)
m
autoVetor(m)
[Package AHPWR version 0.1.0 Index]