Texas-instruments TI-73 EXPLORER User Manual Page 297

  • Download
  • Add to my manuals
  • Print
  • Page
    / 364
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 296
Appendix A: Function and Instruction Reference
291
73A-ENG.DOC AppxA: Function/Instruction Reference, English Julie Hewlett Revised: 07/29/98 1:10 PM Printed:
05/19/99 9:03 AM Page 291 of 36
Goto label
8
CTL
Programming command; transfers program control to
the label specified by preceding label instruction.
PROGRAM:GOTO
:Lbl 99
:Input A
:If A
100
:Stop
:Disp A
:Pause
:Goto 99
GraphStyle(Y
,type)
8
CTL
or
-|
Defines one of seven graphstyle types for Y
n
. Y =1, 2,
3, or 4 (for
Y
1
,
Y
2
,
Y
3
,
Y
4
). The type icons described
below are located to the left of
Y
n
in the Y= editor.
1 = » (line) 5 = À (path)
2 = ¼ (thick) 6 = Á (animate)
3 = ¾ (above) 7 = Â (dot)
4 = ¿ (below)
PROGRAM:STYLE
:"2X+5"
Ü
Y
:GraphStyle(1,4)
:ZStandard
GridOff
GridOn
-g
WINDOW
format settings; turn off or on grid lines that
correspond with
Xscl
and
Yscl
while graphing.
Histogram
See Plot1: Histogram
Horizontal y
2
DRAW
Draws a horizontal line on the current graph at Y=y. y
can be an expression but not a list.
Horiz 4.5
b
:If condition
:command1 (if true)
:command2
8
CTL
Programming command; if condition is true
(non-zero), then command1 is executed. If condition
is false (zero), then command1 is skipped.
PROGRAM:IF
:0
Ü
A
:Lbl Z
:A+1
Ü
A
:Disp "A IS",A
:Pause
:If A
2
:Stop
:Goto Z
Page view 296
1 2 ... 292 293 294 295 296 297 298 299 300 301 302 ... 363 364

Comments to this Manuals

No comments