1This is file vect_add.men--Compute vector addition of a variable
2
3--------------------
4 1. Vector Addition
5 2. LET A = VECTOR ADDITION Y1 Y2
6 3.
7 4. First variable for which to compute the vector addition:
8 4. @CE 1 0 33 50 ? gui-variable
9 5. Second variable for which to compute the vector addition:
10 5. @CE 2 0 33 50 ? gui-variable
11 6. Variable to store the vector addition:
12 6. @CE 3 0 33 50 ? gui-none
13 7.
14 8. Subset/Except/For Specification:
15 9. @CE 4 0 -20 50 *
1610.
1711.
1812. Compute the Vector Addition?:
19--------------------
20GR FE
21LET _3 = VECTOR ADDITION  _1 _2 _4
22--------------------
23WEB HELP VECTOR ADDITION
24--------------------
25