20060301
2-8-35
Using the Action Menu
S
eigVc
Function: Returns a matrix in which each column represents an eigenvector of a square
matrix.
• Since an eigenvector usually cannot be determined uniquely, it is standardized as
follows to its norm, which is 1:
When V = [
x
1,
x
2, ...,
xn
], (
¸
x
1
¸
2
+
¸
x
2
¸
2
+ .... +
¸
xn
¸
2
) = 1.
Syntax: eigVc (Mat [ ) ]
Example: To obtain the eigenvector(s) of the matrix [[3, 4] [1, 3]]
Menu Item: [Action][Matrix-Calculation][eigVc]
S
LU
Function: Returns the LU decomposition of a square matrix.
Syntax: LU (Mat, lVariableMem, uVariableMem [ ) ]
Example: To obtain the LU decomposition of the matrix [[1, 2, 3] [4, 5, 6] [7, 8, 9]]
• The lower matrix is assigned to the first variable L, while the upper matrix is assigned to
the second variable U.
Menu Item: [Action][Matrix-Calculation][LU]
To display the lower matrix
Menu Item: [VAR][CAP][L][EXE]
To display the upper matrix
Menu Item: [VAR][CAP][U][EXE]
Summary of Contents for ClassPad 330
Page 11: ...20060301 20090601 ClassPad 330 ClassPad OS Version 3 04 ...
Page 277: ...20060301 3 3 10 Storing Functions 3 Tap AND Plot OR Plot ...
Page 779: ...20090601 S Graph Line Clustered C S Graph Line Stacked E 13 9 2 Graphing ...
Page 780: ...20090601 S Graph Line 100 Stacked F S Graph Column Clustered G 13 9 3 Graphing ...
Page 781: ...20090601 S Graph Column Stacked I S Graph Column 100 Stacked J 13 9 4 Graphing ...
Page 782: ...20090601 S Graph Bar Clustered K S Graph Bar Stacked 9 13 9 5 Graphing ...