862
Appendix A: Functions and Instructions
randMat()
MATH/Probability menu
randMat(
numRows
,
numColumns
)
⇒
⇒
⇒
⇒
matrix
Returns a matrix of integers between -9 and 9 of
the specified dimension.
Both arguments must simplify to integers.
RandSeed 1147
¸
Done
randMat(3,3)
¸
8
ë
3 6
ë
2 3
ë
6
0 4
ë
6
Note:
The values in this matrix will change
each time you press
¸
.
randNorm()
MATH/Probability menu
randNorm(
mean
,
sd
)
⇒
⇒
⇒
⇒
expression
Returns a decimal number from the specific
normal distribution. It could be any real number
but will be heavily concentrated in the interval
[
mean
-3
ù
sd
,
mean
+3
ù
sd
].
RandSeed 1147
¸
Done
randNorm(0,1)
¸
.492
...
randNorm(3,4.5)
¸
ì
3.543
...
randPoly()
MATH/Probability menu
randPoly(
var
,
order
)
⇒
⇒
⇒
⇒
expression
Returns a polynomial in
var
of the specified order.
The coefficients are random integers in the range
ë
9 through 9. The leading coefficient will not be
zero.
order
must be 0–99.
RandSeed 1147
¸
Done
randPoly(x,5)
¸
ë
2
ø
x
5
+3
ø
x
4
ì
6
ø
x
3
+4
ø
x
ì
6
RandSeed
MATH/Probability menu
RandSeed
number
If
number
= 0, sets the seeds to the factory
defaults for the random-number generator. If
number
ƒ
0, it is used to generate two seeds,
which are stored in system variables
seed1
and
seed2
.
RandSeed 1147
¸
Done
rand()
¸
.158
...
RclGDB
CATALOG
RclGDB
GDBvar
Restores all the settings stored in the Graph
database variable
GDBvar
.
For a listing of the settings, see
StoGDB
.
Note:
It is necessary to have something saved in
GDBvar
before you can restore it.
RclGDB GDBvar
¸
Done
RclPic
CATALOG
RclPic
picVar
[
,
row
,
column
]
Displays the Graph screen and adds the picture
stored in
picVar
at the upper left-hand corner pixel
coordinates (
row
,
column
) using OR logic.
picVar
must be a picture data type.
Default coordinates are (0, 0).
real()
MATH/Complex menu
real(
expression1
)
⇒
⇒
⇒
⇒
expression
Returns the real part of the argument.
Note:
All undefined variables are treated as real
variables. See also
imag()
.
real(2+3
i
)
¸
2
real(z)
¸
z
real(x+iy)
¸
x
Summary of Contents for TI-89 Voyage 200
Page 1: ...TI 89 Titanium Graphing Calculator...
Page 35: ...Getting Started 35 2 B u s i n e s s D B D B Press Result...
Page 44: ...Getting Started 44 3 0 D B D D Press Result...
Page 45: ...Getting Started 45 B D D 2 0 0 2 Press Result...
Page 46: ...Getting Started 46 D B Scroll down to October and press D 1 9 Press Result...
Page 60: ...Getting Started 60 Example Set split screen mode to TOP BOTTOM Press Result 3 B D...
Page 63: ...Getting Started 63 2 D B 4 Press Result...
Page 453: ...Differential Equation Graphing 453...
Page 468: ...Tables 468...
Page 539: ...Data Matrix Editor 539...