Home > freetb4matlab > control > qzval.m

qzval

PURPOSE ^

% Compute generalized eigenvalues of the matrix pencil

SYNOPSIS ^

function lam = qzval (A, B)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} qzval (@var{a}, @var{b})
% Compute generalized eigenvalues of the matrix pencil
% @ifinfo
% @example
% (A - lambda B).
% @end example
% @end ifinfo
% @iftex
% @tex
% $(A - \lambda B)$.
% @end tex
% @end iftex
%
% @var{a} and @var{b} must be real matrices.
%
% @code{qzval} is obsolete; use @code{qz} instead.
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003