Reference Guide

3-268 Full Command and Function Reference
Input/Output:
L
1
/A
1
L
n
/I
1
... L
3
/I
n–2
L
2
/I
n–1
L
1
/I
n
[ x y ]
x
y
[ x
r
,
y
theta
]
x
r
y
theta
[ x
1
, x
2
, x
3
]
x
1
x
2
x
3
[ x
1
,
x
theta
, x
z
]
x
1
x
theta
x
z
[ x
1
,
x
theta
,
x
phi
]
x
1
x
theta
x
phi
[ x
1
, x
2
, ..., x
n
]
x
1
... x
n–2
x
n–1
x
n
(x, y)
x
y
(x
r
,
y
theta
)
x
r
y
theta
L = Level; A = Argument; I = item
Example 1: With flag –16 clear (Rectangular mode),
(2,3) V→
returns
2
to level 2 and
1
to level 1.
Example 2: With flag –15 clear and –16 set (Polar/Cylindrical mode),
[ 2 7 4 ] V→
returns
2
to
level 3,
7
to level 2, and
4
to level 1.
Example 3:
[ 9 7 5 3 ] V
returns
9
to level 4,
7
to level 3,
5
to level 2, and
3
to level 1,
independent of the state of flags –15 and –16.
See also: →V2, →V3
→V2
Type: Command
Description: Stack to Vector/Complex Number Command: Converts two specified numbers into a 2-element
vector or a complex number.
The result returned depends on the setting of flags –16 and –19, as shown in the following table:
Flag –19 clear Flag –19 set
Flag –16 clear (Rectangular mode) [ x y ] (x, y)
Flag –16 set (Polar mode)
[ x
y ] (x,
y)
Access:
VECTOR
V
2 ( ´ is the left-shift of the Pkey).
Flags: Coordinate System (–16), Complex Mode (–19)
Input/Output:
Level 2/Argument 1 Level 1/Argument 2 Level 1/Item 1
x
y
[ x y ]
x
y
[ x
y ]
x
y
(x, y)
x
y
(x,
y)
Example 1: With flags –19 and –16 clear,
2 3 →V2
returns
[ 2 3 ]
.
Example 2: With flags –19 and –16 set (Polar/Spherical mode),
2 3 →V2
returns
(2,3)
.
See also: V→, →V3
→V3
Type: Command
Description: Stack to 3-Element Vector Command: Converts three numbers into a 3-element vector.
The result returned depends on the coordinate mode used, as shown in the following table: