nCr()
Catalog >
Returns a matrix of combinations based on
the corresponding element pairs in the two
matrices. The arguments must be the same
size matrix.
nDerivative()
Catalog >
nDerivative(Expr1,Var=Value[,Order])
⇒ value
nDerivative(Expr1,Var[,Order])
|Var=Value ⇒ value
Returns the numerical derivative calculated
using auto differentiation methods.
When Value is specified, it overrides any
prior variable assignment or any current “|”
substitution for the variable.
Order of the derivative must be 1 or 2.
newList()
Catalog >
newList(numElements) ⇒ list
Returns a list with a dimension of
numElements. Each element is zero.
newMat()
Catalog >
newMat(numRows, numColumns) ⇒
matrix
Returns a matrix of zeros with the
dimension numRows by numColumns.
nfMax()
Catalog >
nfMax(Expr, Var) ⇒ value
nfMax(Expr, Var, lowBound) ⇒ value
nfMax(Expr, Var, lowBound, upBound) ⇒
value
nfMax(Expr, Var) |
lowBound≤Var≤upBound ⇒ value
Alphabetical Listing 119