Appendix a: function and instruction reference – Texas Instruments TI-73 EXPLORER User Manual

Page 291

Advertising
background image

Appendix A: Function and Instruction Reference

285

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 285 of 36

BoxPlot

See

Plot1

: Box Plot

Circle(

X,Y,radius

)

2

Draws a circle with center (X,Y) and radius, a real

number.

ClrDraw b

Done

Circle(0,0,7) b

Clear Home

- Ÿ

Clears the Home screen (like

ClrScreen

), and also

clears all entries stored in - £ and erases all

entries on the History screen.

ClrAllLists

- Ÿ

Sets the dimension of all lists in memory to 0.

ClrDraw

2

Clears all drawn elements from the graph screen.

ClrList

list1[,list2,list3,...]

- v

O P S

Clears all items in at least one specified list.

ClrList L

1

,¨LIST b

ClrScreen

‡

8

I / O

Programming command; clears the Home screen

during program execution.

ClrTable

†

8

I / O

–or–

- |

Clears the values in the table during program

execution if

Indpnt:Ask

is set.

coin(

tosses

)

1

P R B

Returns a random list of 0s and 1s that represents

heads and tails for one or more coin tosses. tosses is a

positive whole number.

coin(5) b

{1 1 0 1 0}

WINDOW values are

set with ZSquare.

Advertising