Application Guide

(divide)
p key
Note: Use . (dot divide) to divide an
expression by each element.
^ (power)
l key
Expr1 ^ Expr2 expression
List1 ^ List2 list
Returns the first argument raised to the
power of the second argument.
Note: See also Exponent template, page 1.
For a list, returns the elements in List1
raised to the power of the corresponding
elements in List2.
In the real domain, fractional powers that
have reduced exponents with odd
denominators use the real branch versus
the principal branch for complex mode.
Expr ^ List1 list
Returns Expr raised to the power of the
elements in List1.
List1 ^ Expr list
Returns the elements in List1 raised to the
power of Expr.
squareMatrix1 ^ integer matrix
Returns squareMatrix1 raised to the
integer power.
squareMatrix1 must be a square matrix.
If integer = 1, computes the inverse
matrix.
If integer < 1, computes the inverse
matrix to an appropriate positive power.
Symbols 213