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

value, lowBound, upBound, Expr, Var, Expr1, Var, Lower, Upper, expression, Expr1, Lower, Upper,

Page 59 highlights

nfMax( ) nfMax(Expr, Var) ⇒ value nfMax(Expr, Var, lowBound) ⇒ value nfMax(Expr, Var, lowBound, upBound) ⇒ value nfMax(Expr, Var) | lowBound

  • 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
53
nfMax()
Catalog >
nfMax(
Expr
,
Var
)
value
nfMax(
Expr
,
Var
,
lowBound
)
value
nfMax(
Expr
,
Var
,
lowBound
,
upBound
)
value
nfMax(
Expr, Var
) |
lowBound
<
Var
<
upBound
value
Returns a candidate numerical value of variable
Var
where the local
maximum of
Expr
occurs.
If you supply
lowBound
and
upBound
, the function looks between
those values for the local maximum.
nfMin()
Catalog >
nfMin(
Expr
,
Var
)
value
nfMin(
Expr
,
Var
,
lowBound
)
value
nfMin(
Expr
,
Var
,
lowBound
,
upBound
)
value
nfMin(
Expr, Var
) |
lowBound
<
Var
<
upBound
value
Returns a candidate numerical value of variable
Var
where the local
minimum of
Expr
occurs.
If you supply
lowBound
and
upBound
, the function looks between
those values for the local minimum.
nInt()
Catalog >
nInt(
Expr1, Var, Lower, Upper
)
expression
If the integrand
Expr1
contains no variable other than
Var
, and if
Lower
and
Upper
are constants, positive
ˆ
, or negative
ˆ
, then
nInt()
returns an approximation of
(
Expr1
,
Var
,
Lower
,
Upper
)
.
This approximation is a weighted average of some sample values of
the integrand in the interval
Lower
<
Var
<
Upper
.
The goal is six significant digits. The adaptive algorithm terminates
when it seems likely that the goal has been achieved, or when it
seems unlikely that additional samples will yield a worthwhile
improvement.
A warning is displayed (“Questionable accuracy”) when it seems that
the goal has not been achieved.
Nest
nInt()
to do multiple numeric integration. Integration limits can
depend on integration variables outside them.
nom()
Catalog >
nom(
effectiveRate,CpY
)
value
Financial function that converts the annual effective interest rate
effectiveRate
to a nominal rate, given
CpY
as the number of
compounding periods per year.
effectiveRate
must be a real number, and
CpY
must be a real number
> 0.
Note:
See also
eff()
, page 25.