User Manual - Page 135

For N3/TBL/1L1/J.

Loading ...
Loading ...
Loading ...
round()
Catalog >
Note: Display digits mode may affect how
this is displayed.
round(List1[, digits]) list
Returns a list of the elements rounded to
the specified number of digits.
round(Matrix1[, digits]) matrix
Returns a matrix of the elements rounded
to the specified number of digits.
rowAdd()
Catalog >
rowAdd(Matrix1, rIndex1, rIndex2)
matrix
Returns a copy of Matrix1 with row
rIndex2 replaced by the sum of rows
rIndex1 and rIndex2.
rowDim()
Catalog >
rowDim(Matrix) expression
Returns the number of rows in Matrix.
Note: See also colDim(), page 23.
rowNorm()
Catalog >
rowNorm(Matrix) expression
Returns the maximum of the sums of the
absolute values of the elements in the rows
in Matrix.
Note: All matrix elements must simplify to
numbers. See also colNorm(), page 23.
Alphabetical Listing 131
Loading ...
Loading ...
Loading ...