Texas Instruments NS/CLM/1L1/B Reference Guide - Page 35

Catalog &gt, floor

Page 35 highlights

FCdf() FCdf(lowBound,upBound,dfNumer,dfDenom) ⇒ number if lowBound and upBound are numbers, list if lowBound and upBound are lists FCdf(lowBound,upBound,dfNumer,dfDenom) ⇒ number if lowBound and upBound are numbers, list if lowBound and upBound are lists Computes the F distribution probability between lowBound and upBound for the specified dfNumer (degrees of freedom) and dfDenom. Fill Fill Value, matrixVar ⇒ matrix Replaces each element in variable matrixVar with Value. matrixVar must already exist. Fill Value, listVar ⇒ list Replaces each element in variable listVar with Value. listVar must already exist. floor( ) floor(Value1) ⇒ integer Returns the greatest integer that is { the argument. This function is identical to int(). The argument can be a real or a complex number. floor(List1) ⇒ list floor(Matrix1) ⇒ matrix Returns a list or matrix of the floor of each element. Note: See also ceiling() and int(). For For Var, Low, High [, Step] Block EndFor Executes the statements in Block iteratively for each value of Var, from Low to High, in increments of Step. Var must not be a system variable. Step can be positive or negative. The default value is 1. Block can be either a single statement or a series of statements separated with the ":" character. Note for entering the example: In the Calculator application on the handheld, you can enter multi-line definitions by pressing @ · instead of at the end of each line. On the computer keyboard, hold down Alt and press Enter. TI-Nspire™ Reference Guide Catalog > Catalog > Catalog > Catalog > 29

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130

TI-Nspire™ Reference Guide
29
F
Cdf()
Catalog >
F
Cdf(
lowBound
,
upBound
,
dfNumer
,
dfDenom
)
number
if
lowBound
and
upBound
are numbers,
list
if
lowBound
and
upBound
are lists
FCdf(
lowBound
,
upBound
,
dfNumer
,
dfDenom
)
number
if
lowBound
and
upBound
are numbers,
list
if
lowBound
and
upBound
are lists
Computes the
F
distribution probability between
lowBound
and
upBound
for the specified
dfNumer
(degrees of freedom) and
dfDenom
.
Fill
Catalog >
Fill
Value, matrixVar
matrix
Replaces each element in variable
matrixVar
with
Value
.
matrixVar
must already exist.
Fill
Value, listVar
list
Replaces each element in variable
listVar
with
Value
.
listVar
must already exist.
floor()
Catalog >
floor(
Value1
)
integer
Returns the greatest integer that is
{
the argument. This function is
identical to
int()
.
The argument can be a real or a complex number.
floor(
List1
)
list
floor(
Matrix1
)
matrix
Returns a list or matrix of the floor of each element.
Note:
See also
ceiling()
and
int()
.
For
Catalog >
For
Var
,
Low
,
High
[
,
Step
]
Block
EndFor
Executes the statements in
Block
iteratively for each value of
Var
,
from
Low
to
High
, in increments of
Step
.
Var
must not be a system variable.
Step
can be positive or negative. The default value is 1.
Block
can be either a single statement or a series of statements
separated with the “:” character.
Note for entering the example:
In the Calculator application
on the handheld, you can enter multi-line definitions by pressing
@
instead of
·
at the end of each line. On the computer
keyboard, hold down
Alt
and press
Enter
.