
Using the Action Menu
uangle
Function: Returns the angle formed by two vectors.
Syntax: angle
• This command can be used with a 1 ⋅ N or N ⋅ 1 matrix only.
Example: To determine the angle formed by vectors [1, 2] and [3, 4] (in the Radian mode)
Menu Item: [Action][Vector][angle]
unorm
Function: Returns the norm of a vector.
Syntax: norm (Mat [ ) ]
Example: To obtain the norm of the vector [1, 2, 3]
Menu Item: [Action][Vector][norm]
ucrossP
Function: Returns the cross product of two vectors.
Syntax: crossP
•This command can be used with a 1 ⋅ N or N ⋅ 1 matrix only (N = 2, 3).
•A
Example: To obtain the cross product of the two vectors [1, 3, 5] and [2, 4, 6]
Menu Item: [Action][Vector][crossP]
udotP
Function: Returns the dot product of two vectors.
Syntax: dotP
• This command can be used with a 1 ⋅ N or N ⋅ 1 matrix only.
Example: To obtain the dot product of the two vectors [1, 3, 5] and [2, 4, 6]
Menu Item: [Action][Vector][dotP]
20060301