eigen vectors and values algorithm

1 visualización (últimos 30 días)
yasser
yasser el 17 de Sept. de 2014
Comentada: José-Luis el 18 de Sept. de 2014
i need to know the algorithm by which matlab (or generally how can i) calculate the eigen values and vectors of a Non Symmetric matrix , i need the numeric algorithm to try to implement it in C

Respuestas (1)

José-Luis
José-Luis el 17 de Sept. de 2014
Editada: José-Luis el 17 de Sept. de 2014
Matlab uses BLAS and LAPACK.
If you want to know the actual implementation, then you should ask the Mathworks. They might not be so forthcoming in exposing the guts of Matlab though...
Note that both BLAS and LAPACK can be linked in a C program, so you'd just be reinventing the wheel.
  2 comentarios
yasser
yasser el 18 de Sept. de 2014
please i'm not trying to reinvent anything here i'm trying to take this task as a tutorial for a self study on C programming
i need to know how to diagonalize a non symmetric matrix to get eigen vectors and values
please i need an algorithm to follow
José-Luis
José-Luis el 18 de Sept. de 2014
Both BLAS and LAPACK are open source and one google search away.

Iniciar sesión para comentar.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by