help-octave
[Top][All Lists]
Advanced

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

Re: qz


From: Dirk Laurie
Subject: Re: qz
Date: Tue, 6 Jun 2000 13:59:28 +0200

Rolf Fabian skryf:
> Hi, 
> 
> #at octaves promt
> 
> try :> help qzval
> which pops up the following:
> 
> qzval is a builtin function
> X = qzval (A, B)
> compute generalized eigenvalues of the matrix pencil (A - lambda B).
> A and B must be real matrices.
> 

In Octave 2.1.30 I get:

|ยป help qzval
|qzval is the user-defined function from the file
|/usr/local/share/octave/2.1.30/m/control/obsolete/qzval.m
| 
| - Function File:  qzval (A, B)
|     Compute generalized eigenvalues of the matrix pencil
|          (A - lambda B).
| 
|     A and B must be real matrices.
| 
|     *Note* `qzval' is obsolete; use `qz' instead.   

`qz' is a built-in function whereas `qzval' is an m-file.
`qz' can compute generalized eigenvectors whereas `qzval' only
computes eigenvalues.

Dirk



-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.che.wisc.edu/octave/octave.html
How to fund new projects:  http://www.che.wisc.edu/octave/funding.html
Subscription information:  http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------



reply via email to

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