23.01.2015 Views

Download - Wolfram Research

Download - Wolfram Research

Download - Wolfram Research

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

308 3. Reference Manual<br />

r v ⩵ <br />

v H A ΛB <br />

r u ⩵ A ΛBu <br />

Compute the residual<br />

norms.<br />

In[6]:= {L2Norm[Conjugate[v].(A − lambda*B)],<br />

L2Norm[(A − lambda*B).u]}<br />

Out[6]= 5.66105 10 16 , 3.29562 10 16 <br />

3.8.2 GeneralizedEigenvalues<br />

GeneralizedEigenvalues[A, B]<br />

Command structure of GeneralizedEigenvalues.<br />

computes the eigenvalues of the matrix pencil A B where<br />

A and B must be real-valued square matrices<br />

GeneralizedEigenvalues computes the eigenvalues of a matrix pencil A B by the QZ algorithm.<br />

The function returns a list of the finite Λ i that satisfy the GEP defined by A B.<br />

Note that this function is accessible only if the global Analog Insydes option UseExternals is set to<br />

True and if a native version of the external MathLink module QZ.exe is available for your machine<br />

(see Section 3.13.4).<br />

See also: GeneralizedEigensystem (Section 3.8.1), UseExternals (Section 3.14.7).<br />

Examples<br />

Load Analog Insydes.<br />

Define two square<br />

real-valued matrices.<br />

Compute the eigenvalues<br />

of A B.<br />

In[1]:=

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!