208 Symbols
• (multiply)
r key
Expr •List1 ⇒ list
List1•Expr ⇒ list
Returns a list containing the products of
Expr and each element in List1.
Expr •Matrix1 ⇒ matrix
Matrix1•Expr ⇒ matrix
Returns a matrix containing the products of
Expr and each element in Matrix1.
Note: Use .•(dot multiply) to multiply an
expression by each element.
⁄ (divide)
p key
Expr1 ⁄ Expr2 ⇒ expression
Returns the quotient of Expr1 divided by
Expr2.
Note: See also Fraction template, page 5.
List1 ⁄ List2 ⇒ list
Returns a list containing the quotients of
List1 divided by List2.
Dimensions of the lists must be equal.
Expr ⁄ List1 ⇒ list
List1 ⁄ Expr ⇒ list
Returns a list containing the quotients of
Expr divided by List1 orList1 divided by
Expr.
Matrix1 ⁄ Expr ⇒ matrix
Returns a matrix containing the quotients
of Matrix1 ⁄ Expr.
Matrix1 ⁄ Value ⇒ matrix