Texas Instruments TI InterActive! Getting Started Manual page 21

Texas instruments ti interactive! software getting started
Hide thumbs Also See for TI InterActive!:
Table of Contents

Advertisement

Types of
variables
Entering multiple
statements in a
Math Box
Effects of
repositioning or
deleting math
objects
You can store any TI InterActive! data type as a variable. Some
examples are:
Data type
Examples
Expression
2.54
List
{2, 4, 6, 8}
[
Matrix
1 2 3
3 6 9
Character string
"Hello"
Function
myfunc( arg )
To enter several statements in a single Math Box, separate them
with pairs of colons. Only the result of the last expression is
shown.
You can delete TI InterActive! math objects (such as Math Boxes,
lists, and graphs), and you can drag them to a different position
on the page. However, deleting or moving an object can cause
results to change in the objects that follow it.
That's because variables persist from one math object to another.
The physical positions of the objects determine the order in
which they are processed by the TI InterActive! math system. The
"math flow" is identical to the reading pattern: left-to-right along
each line of a paragraph, and top-to-bottom between paragraphs.
1.25í6
2
xmin 10
{1, 1, 2}
]
This can be entered as: [1,2,3;3,6,9]
"xmin 10"
ellipse( x, y, r1, r2 )
Getting Started with TI InterActive!
2+3 i
(xì2)ñ
2 2
"The answer is:"
21

Advertisement

Table of Contents
loading

Table of Contents