Appendix A: Functions and Instructions 621
Transpose: matrix
T
Returns a matrix in which
each element (row, column)
is swapped with the
corresponding element
(column, row) of matrix.
y >
MATH
2:
T
x
th
root
x
‡value Returns x
th
root of value.
MATH
5:
x
‡
x
th
root
x
‡list Returns x
th
root of list
elements.
MATH
5:
x
‡
list
x
‡value
Returns list roots of value.
MATH
5:
x
‡
listA
x
‡listB
Returns listA roots of listB.
MATH
5:
x
‡
Cube: value
3
Returns the cube of a real
or complex number,
expression, list, or square
matrix.
MATH
3:
3
Cube root:
3
‡(value)
Returns the cube root of a
real or complex number,
expression, or list.
MATH
4:
3
‡(
F
unction or
Instruction/Arguments
Result
Key or
Keys/Menu or
Screen/Item