autoVetor: Calculates the eigen vector of matrix

View source: R/autoVetor.R

autoVetorR 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)


AHPWR documentation built on Dec. 7, 2022, 1:10 a.m.