User Manual

176 Symbols
^ (power)
l key
Value1 ^ Value2 value
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.
Value ^ List1 list
Returns Value raised to the power of the
elements in List1.
List1 ^ Value list
Returns the elements in List1 raised to the
power of Value.
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.