User Manual

94 Alphabetical Listing
min()
Catalog >
min(Matrix1) matrix
Returns a row vector containing the
minimum element of each column in
Matrix1.
Note: See also max().
mirr()
Catalog >
mirr
(financeRate,reinvestRate,CF0,CFList
[,CFFreq])
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.
Note: See also irr(), page 73.
mod()
Catalog >
mod(Value1, Value2) expression
mod(List1, List2) list
mod(Matrix1, Matrix2) matrix
Returns the first argument modulo the
second argument as defined by the
identities: