
Using the Action Menu
Using the
The
udim
Function: Returns the dimensions of a matrix as a
Syntax: dim (Mat [ ) ]
Example: To determine the dimensions of the matrix [[1,2,3] [4,5,6]]
Menu Item:
udet
Function: Returns the determinant of a square matrix.
Syntax: det (Mat [ ) ]
Example: To obtain the determinant of the matrix [[1,2] [4,5]]
Menu Item:
unorm
Function: Returns the Frobenius norm of the matrix.
Syntax: norm (Mat [ ) ]
Example: To determine the norm of the matrix [[1,2] [4,5]]
Menu Item:
20050501