User Manual - Page 177

For N3/TBL/1L1/J.

Loading ...
Loading ...
Loading ...
Symbols
+ (add)
+ key
Value1 + Value2 value
Returns the sum of the two arguments.
List1 + List2 list
Matrix1 + Matrix2 matrix
Returns a list (or matrix) containing the
sums of corresponding elements in List1
and List2 (or Matrix1 and Matrix2).
Dimensions of the arguments must be
equal.
Value + List1 list
List1 + Value list
Returns a list containing the sums of Value
and each element in List1.
Value + Matrix1 matrix
Matrix1 + Value matrix
Returns a matrix with Value added to each
element on the diagonal of Matrix1.
Matrix1 must be square.
Note: Use .+ (dot plus) to add an expression
to each element.
(subtract)
- key
Value1Value2 value
Returns Value1 minus Value2.
List1 List2 list
Matrix1 Matrix2 matrix
Symbols 173
Loading ...
Loading ...
Loading ...