143
Chapter 7: List Features
Calculations using VECTOR Menus
During the following explanations, the values of lists, L1 and L2 will be assumed to be:
L1 = {2, 8,
-
4}
L2 = {
-
3,
-
4,
-
1}
These functions use lists as vectors.
1 CrossPro( CrossPro(
list name1, list name2
)
Calculate the cross product (vector product) of two lists.
Example
• Calculate the cross product
of L1 and L2.
Note: Calculation range:
up to 3-dimensional vector.
The dimensions of the vectors
have to be identical.
2 DotPro( DotPro(
list name1, list name2
)
Calculate the dot product.
Example
• Calculate the dot product of
L1 and L2.
Note: Calculation range:
up to 9-dimensional vector.
The dimensions of the vectors
have to be identical.