User Manual
2-51
u Vector Data Input Format [OPTN]-[MAT]-[Vct]
The following shows the format you should use when inputting data to create a vector using
the Vct command.
→ Vct [A to Z] [a
11
a
12
... a
1
n
] → Vct [A to Z]
Example To input the following data to Vct A: [ 1 2 3 ]
!+( [ )!+( [ )b,c,d
!-( ] )!-( ] )a
K2(MAT)6(g)6(g)1(Vct)
av(A)w
Vector name
• The maximum value of both m and n is 999.
• An error occurs if memory becomes full as you are inputting data.
• You can also use the above format inside a program that inputs vector data.
All of the following examples assume that vector data is already stored in memory.
u Vector Addition, Subtraction, and Multiplication [OPTN]-[MAT]-[Vct]
Example 1 To determine the sum of the two vectors shown below (Vct A + Vct B):
Vct A = [ 1 2 ] Vct B = [ 3 4 ]
K2(MAT)6(g)6(g)1(Vct)
av(A)+1(Vct)al(B)w
Example 2 To determine the product of the two vectors shown below (Vct A × Vct B):
Vct A = [ 1 2 ] Vct B =
K2(MAT)6(g)6(g)1(Vct)
av(A)*1(Vct)al(B)w
a11
a21
am1
...
a11
a21
am1
...
3
4
3
4