Skip to content
This repository was archived by the owner on May 21, 2020. It is now read-only.
Florian Rappl edited this page Dec 21, 2014 · 2 revisions

eigvec

Computes the eigenvectors of a given matrix.

eigvec(M)

Solves the eigenproblem of a matrix A and return a matrix with all (and degenerate) eigenvectors.

Argument M

Matrix

Returns 1. entry

Matrix

Example

eigvec([1,2,3;4,5,6;7,8,9])

Returns a 3x3 matrix with the three eigenvectors of this 3x3 matrix.

Clone this wiki locally