Texas Instruments TI-86 Manual Book page 354

Graphing calculator
Hide thumbs Also See for TI-86:
Table of Contents

Advertisement

342
Chapter 20: A to Z Function and Instruction Reference
randInt(
MATH PROB menu
(randIn shows on menu)
randM(
MATRX OPS menu
randNorm(
MATH PROB menu
(randN shows on menu)
randInt(
lower
,
upper
,
#ofTrials
Returns a list of random integers bound by the specified
integers, lower  integer  upper. The #ofTrials is an
integer ‚ 1 that specifies the number of integers
returned in the list.
A seed value stored to
randInt(
lower
,
upper
)
Returns a single random integer.
randM(
rows
,
columns
)
Returns a rows × columns matrix filled with random
one-digit integers (L9 to 9).
randNorm(
mean
,
stdDeviation
Returns a list of random numbers from a normal
distribution specified by mean and stdDeviation. The
#ofTrials is an integer ‚ 1 that specifies how many
numbers are returned. Each returned number could be
any real number, but most will be within the interval:
[meanN3(stdDeviation), mean+3(stdDeviation)].
A seed value stored to
randNorm(
mean
,
stdDeviation
Returns a single random number.
)
rand
also affects
randInt(
.
,
#ofTrials
)
rand
also affects
randNorm(
)
1¶rand:randInt(1,10,3) b
0¶rand:randInt(1,10) b
0¶rand:randM(2,3) b
1¶rand:randNorm(0,1,3) b
{
.
0¶rand:randNorm(0,1) b
{8 9 3}
10
L
[[4
2 0]
L
[
7 8
8]]
L
L
.660585055265
1.0...
L
1.58570962271

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ti-86 - viewscreen calculator

Table of Contents