User Manual - Page 62

For N3/TBL/1L1/J.

Loading ...
Loading ...
Loading ...
58 Alphabetical Listing
gcd()
Catalog >
gcd(Matrix1, Matrix2) matrix
Returns the greatest common divisors of
the corresponding elements in Matrix1and
Matrix2.
geomCdf()
Catalog >
geomCdf(p,lowBound,upBound) number
if lowBound and upBound are numbers, list
if lowBound and upBound are lists
geomCdf(p,upBound)for P(1XupBound)
number if upBound is a number, list if
upBound is a list
Computes a cumulative geometric
probability from lowBound to upBound with
the specified probability of success p.
For P(X upBound), set lowBound = 1.
geomPdf()
Catalog >
geomPdf(p,XVal) number if XVal is a
number, list if XVal is a list
Computes a probability at XVal, the number
of the trial on which the first success occurs,
for the discrete geometric distribution with
the specified probability of success p.
Get Hub Menu
Get [promptString,] var[,statusVar]
Get [promptString,] func(arg1, ...argn)
[,statusVar]
Programming command: Retrieves a value
from a connected TI-Innovator™ Hub and
assigns the value to variable var.
The value must be requested:
In advance, through a Send"READ..."
command.
—or—
Example: Request the current value of the
hub's built-in light-level sensor. Use Get to
retrieve the value and assign it to variable
lightval.
Embed the READ request within the Get
command.
Loading ...
Loading ...
Loading ...