Appendix a: function and instruction reference – Texas Instruments TI-73 EXPLORER User Manual
Page 310
304
Appendix A: Function and Instruction Reference
99APPX-A.DOC AppxA: Function/Instruction Reference, English Julie Hewlett Revised: 07/29/98 1:10 PM
Printed: 02/07/01 11:23 AM Page 304 of 36
Select(
XList
,YList
)
- v
O P S
Selects one or more specific data points from a
Scatter or xyLine stat plot, and updates the lists in
memory as specified by XList and YList.
{1,3,4,5,5,7,8,9}ÜL
3
b Done
{1,4,2,3,4,6,7,9}ÜL
4
b Done
Select L
5
,L
6
b
Send(
variable
)
‡ 8
I / O
Programming command; sends contents of variable
to the CBL 2/CBL System.
PROGRAM:SEND
:{1,2,3,4,5}ÜL
1
:Send(L
1
)
seq(
expression,variable,begin,end
[,increment]
)
- v
O P S
Returns a list that fulfills the requirements of the five
arguments, which you specify. increment is 1 if not
specified.
seq(X
2
,X,1,8,2) b
{1 9 25 49}
SetConst(
expression
,C
n
)
† - †
–or– - |
Programming command equivalent of the
Set Constant
editor. expression defines the constant to be recalled,
and C
n
is
1
,
2
,
3
, or
4
(for
C
1
,
C
2
,
C
3
, or
C
4
)
.
PROGRAM:SETCONST
:MultiConst
:SetConst(+2,1)
:SetConst(
N4,2)
:SetConst(¦2+3,3)
:SetConst(+3¦2,4)
prgmSETCONST b
Done
Select bounds by moving
"
and
!
,
and then pressing
b
.
X
values for selected points are stored in L5;
Y
values for selected points are stored in L6.
All constants are
defined in the Set
Constant editor.