help-octave
[Top][All Lists]
Advanced

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

help eig?


From: Vic Norton
Subject: help eig?
Date: Sun, 12 Mar 2017 14:25:23 -0400

octave> help eig

'eig' is a built-in function from the file libinterp/corefcn/eig.cc

 -- LAMBDA = eig (A)
 -- LAMBDA = eig (A, B)
 -- [V, LAMBDA] = eig (A)
 -- [V, LAMBDA] = eig (A, B)
 -- [V, LAMBDA, W] = eig (A)
 -- [V, LAMBDA, W] = eig (A, B)
 -- [...] = eig (A, BALANCEOPTION)
 -- [...] = eig (A, B, ALGORITHM)
 -- [...] = eig (..., EIGVALOPTION)
     Compute the right eigenvalues(V) and optionally the
     eigenvectors(lambda) and the left eigenvalues(W) of a matrix or a
     pair of matrices.

...

comment: someone needs to rewrite this "help" description. When
   [V, LAMBDA] = eig (A);
V contains the eigenvectors of A and LAMBDA contains the eigenvalues.




reply via email to

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