118 TI-Nspire™ Reference Guide
Va lu e à Matrix1 ⇒ matrix
Matrix1 à Val ue ⇒ matrix
Returns a matrix containing the quotients of Matrix1àVa l ue .
Note: Use . / (dot divide) to divide an expression by each element.
^ (power)
l
key
Va lu e1 ^ Va lu e2 ⇒ 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.
Va lu e ^ List1 ⇒ list
Returns Val u e raised to the power of the elements in List1.
List1 ^ Val u e ⇒ list
Returns the elements in List1 raised to the power of Va l ue .
squareMatrix1 ^ integer ⇒ matrix
Returns squareMatrix1 raised to the integer power.
squareMatrix1 must be a square matrix.
If integer = L1, computes the inverse matrix.
If integer < L1, computes the inverse matrix to an appropriate
positive power.
x
2
(square)
q
key
Va lu e1
2
⇒ value
Returns the square of the argument.
List1
2
⇒ list
Returns a list containing the squares of the elements in List1.
squareMatrix1
2
⇒ matrix
Returns the matrix square of squareMatrix1. This is not the same as
calculating the square of each element. Use .^2 to calculate the
square of each element.
à
(divide)
p
key