62 Alphabetical Listing
eigVl()
Catalog >
Returns a list of the eigenvalues of a real or
complex squareMatrix.
squareMatrix is first balanced with
similarity transformations until the row and
column norms are as close to the same
value as possible. The squareMatrix is then
reduced to upper Hessenberg form and the
eigenvalues are computed from the upper
Hessenberg matrix.
To see the entire result, press £ and then
use ¡and¢ to move the cursor.
Else
See If, page 86.
ElseIf
Catalog >
If BooleanExpr1 Then
Block1
ElseIf BooleanExpr2 Then
Block2
⋮
ElseIf BooleanExprN Then
BlockN
EndIf
⋮
Note for entering the example: For
instructions on entering multi-line program
and function definitions, refer to the
Calculator section of your product
guidebook.
EndFor
See For, page 75.
EndFunc
See Func, page 78.
EndIf
See If, page 86.