Min; Mirr() - Texas Instruments TI-Nspire Reference Manual

Reference guide
Hide thumbs Also See for TI-Nspire:
Table of Contents

Advertisement

mid()
sourceList
Start
Count
mid(
,
[,
Returns Count elements from sourceList, beginning with element
number Start.
If Count is omitted or is greater than the dimension of sourceList,
returns all elements from sourceList, beginning with element number
Start.
Count must be
|
0. If Count = 0, returns an empty list.
,
sourceStringList
Start
mid(
Returns Count strings from the list of strings sourceStringList,
beginning with element number Start.

min()

Value1
Value2
expression
min(
,
)
List1, List2
list
min(
)
Matrix1, Matrix2
min(
)
Returns the minimum of the two arguments. If the arguments are two
lists or matrices, returns a list or matrix containing the minimum
value of each pair of corresponding elements.
List
expression
min(
)
Returns the minimum element of List.
Matrix1
matrix
min(
)
Returns a row vector containing the minimum element of each
column in Matrix1.
See also max().
Note:

mirr()

financeRate
reinvestRate
mirr(
,
Financial function that returns the modified internal rate of return of
an investment.
financeRate is the interest rate that you pay on the cash flow
amounts.
reinvestRate is the interest rate at which the cash flows are
reinvested.
CF0 is the initial cash flow at time 0; it must be a real number.
CFList is a list of cash flow amounts after the initial cash flow CF0.
CFFreq is an optional list in which each element specifies the
frequency of occurrence for a grouped (consecutive) cash flow
amount, which is the corresponding element of CFList. The default is
1; if you enter values, they must be positive integers < 10,000.
See also irr(), page 49.
Note:
list
])
,
Count
list
[
])
matrix
CF0
CFList
CFFreq
,
,
[,
])
TI-Nspire™ Reference Guide
Catalog >
Catalog >
Catalog >
63

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents