User Manual - Page 27

For N3/TBL/1L1/J.

Loading ...
Loading ...
Loading ...
colAugment()
Catalog >
colAugment(Matrix1, Matrix2) matrix
Returns a new matrix that is Matrix2
appended to Matrix1. The matrices must
have equal column dimensions, and
Matrix2 is appended to Matrix1 as new
rows. Does not alter Matrix1 or Matrix2.
colDim()
Catalog >
colDim(Matrix) expression
Returns the number of columns contained
in Matrix.
Note: See also rowDim().
colNorm()
Catalog >
colNorm(Matrix) expression
Returns the maximum of the sums of the
absolute values of the elements in the
columns in Matrix.
Note: Undefined matrix elements are not
allowed. See also rowNorm().
conj()
Catalog >
conj(Value1) value
conj(List1) list
conj(Matrix1) matrix
Returns the complex conjugate of the
argument.
Alphabetical Listing 23
Loading ...
Loading ...
Loading ...