218
Chapter 11: Programming Features
•Alwaysentertheargumentforfunctionsrequiringanargument
attheendofthecommand,suchastheCALCfunction(
@
k
).Anerrorwillbereturnedforcommandsnotaccompanied
by an argument.
Example
Value5
Example
SetXmin=
-
3,Xmax=10,Xscl=1,Ymin=
-
5,Ymax=5,Yscl=1
intheWINDOWscreen.
Use
R
to input the settings.
Expression Operational sequence
-
3
⇒
Xmin
_
3
R
@
z
B
E
A
1
E
10
⇒
Xmax
10
R
@
z
E
2
E
1
⇒
Xscl
1
R
@
z
E
3
E
-
5
⇒
Ymin
_
5
R
@
z
E
4
E
5
⇒
Ymax
5
R
@
z
E
5
E
1
⇒
Yscl
1
R
@
z
E
6
E
* Operation to input a function equation (for example, x
2
+
2) to
thegraphicequation“Y1”isalsomadeusing
R
in the same
manner as described above.
“X
2
+
2”
⇒
Y1:
P
A
2
X
y
+
2
P
A
2
R
@
z
A
E
A
1
Note: Functionequationscannotbeassignedinthegraphicequations,
suchasY1,iftheEDITORmodeunderSETUPissettoEquation.
SwitchtheEDITORtoOnelinemodepriortoassigningsuch
graphic equations.
Example
ThefollowingdataareincludedinlistL1.
L1:165,182.5,173.8,166.5,185.3
Aone-variablecalculationwasexecutedbasedonthisdata.
Afterreturningtothecalculationscreen,averagevaluescanbe
viewed by using the following procedure.