User Manual - Page 182

For N3/TBL/1L1/J.

Loading ...
Loading ...
Loading ...
178 Symbols
.(dot mult.)
^r keys
Matrix1 . Matrix2 matrix
Value . Matrix1 matrix
Matrix1. Matrix2 returns a matrix that is
the product of each pair of corresponding
elements in Matrix1 and Matrix2.
Value . Matrix1 returns a matrix
containing the products of Value and each
element in Matrix1.
. (dot divide)
^p keys
Matrix1. Matrix2 matrix
Value . Matrix1 matrix
Matrix1 . Matrix2 returns a matrix that is
the quotient of each pair of corresponding
elements in Matrix1 and Matrix2.
Value . Matrix1 returns a matrix that is
the quotient of Value and each element in
Matrix1.
.^ (dot power)
^l keys
Matrix1 .^ Matrix2 matrix
Value . ^ Matrix1 matrix
Matrix1.^ Matrix2 returns a matrix where
each element in Matrix2 is the exponent
for the corresponding element in Matrix1.
Value .^ Matrix1 returns a matrix where
each element in Matrix1 is the exponent
for Value.
(negate)
v key
Value1 value
List1 list
Matrix1 matrix
Loading ...
Loading ...
Loading ...