Learn R Programming

AHPWR (version 0.1.0)

autoVetor: Calculates the eigen vector of matrix

Description

Calculates the eigen vector of matrix

Usage

autoVetor(matriz)

Value

Returns a normalized eigenvector

Arguments

matriz

a paired matrix

Author

Lyncoln Oliveira

Examples

Run this code
m=diag(16)+2-2*diag(16)
m
autoVetor(m)

Run the code above in your browser using DataLab