User Manual - Page 178

For N3/TBL/1L1/J.

Loading ...
Loading ...
Loading ...
174 Symbols
(subtract)
- key
Subtracts each element in List2 (or
Matrix2) from the corresponding element
in List1 (or Matrix1), and returns the
results.
Dimensions of the arguments must be
equal.
Value List1 list
List1 Value list
Subtracts each List1 element from Value
or subtracts Value from each List1
element, and returns a list of the results.
Value Matrix1 matrix
Matrix1 Value matrix
Value Matrix1 returns a matrix of Value
times the identity matrix minus
Matrix1.Matrix1 must be square.
Matrix1 Value returns a matrix of Value
times the identity matrix subtracted from
Matrix1.Matrix1 must be square.
Note: Use . (dot minus) to subtract an
expression from each element.
(multiply)
r key
Value1Value2 value
Returns the product of the two arguments.
List1List2 list
Returns a list containing the products of the
corresponding elements in List1 and List2.
Dimensions of the lists must be equal.
Matrix1Matrix2 matrix
Returns the matrix product of Matrix1 and
Matrix2.
The number of columns in Matrix1 must
equal the number of rows in Matrix2.
Loading ...
Loading ...
Loading ...