help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

eigen values


From: george brida
Subject: eigen values
Date: Thu, 24 Mar 2016 14:56:43 +0100

Dear Octavers,
if we have a p*p matrix V having r nonzero eigenvalues with r less than p. How can we write a program in which we put these r eigenvalues in a diagonal matrix R (of format r*r) and we put the corresponding eigenvectors (to these r eigenvalues) in a matrix P?
The eigs function gives the smallest eigen values or the greatest ones but not the nonzero eigen values and their corresponding eigen vectors
Many thanks in advance.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]