876
Appendix A: Functions and Instructions
^
(power)
Z
key
expression1
^
expression2
⇒
expression
list1
^
list2
⇒
list
Returns the first argument raised to the power of the
second argument.
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.
4^2
¸
16
{a,2,c}^{1,b,3}
¸
{a 2
b
c
ò
}
expression
^
list1
⇒
list
Returns
expression
raised to the power of the
elements in
list1
.
p^{a,2,
ë
3}
¸
{
pa p
ñ
1
p
ò
}
list1
^
expression
⇒
list
Returns the elements in
list1
raised to the power of
expression
.
{1,2,3,4}^
ë
2
¸
{
1 1/4 1/9 1/16
}
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.
[1,2;3,4]^2
¸
[1,2;3,4]^
ë
1
¸
[1,2;3,4]^
ë
2
¸
.+
(dot add)
¶ «
keys
matrix1
.+
matrix2
⇒
matrix
expression
.+
matrix1
⇒
matrix
matrix1
.+
matrix2
returns a matrix that is the sum of
each pair of corresponding elements in
matrix1
and
matrix2
.
expression
.+
matrix1
returns a matrix that is the sum
of
expression
and each element in
matrix1.
[a,2;b,3].+[c,4;5,d]
¸
x.+[c,4;5,d]
¸
.
.
(dot subt.)
¶ |
keys
matrix1
.
ì
matrix2
⇒
matrix
expression
.
ì
matrix1
⇒
matrix
matrix1
.
ì
matrix2
returns a matrix that is the
difference between each pair of corresponding
elements in
matrix1
and
matrix2
.
expression
.
ì
matrix1
returns a matrix that is the
difference of
expression
and each element in
matrix1.
[a,2;b,3].
ì
[c,4;d,5]
¸
x.
ì
[c,4;d,5]
¸
Summary of Contents for Titanium TI-89
Page 9: ...Getting Started 6 TI 89 Titanium keys Ë Ì Í Ê ...
Page 34: ...Getting Started 31 2 or D 2 B u s i n e s s D B D B Press Result ...
Page 43: ...Getting Started 40 3 0 D B D D B D Press Result ...
Page 44: ...Getting Started 41 D 2 0 0 2 D B Scroll down to October and press Press Result ...
Page 58: ...Getting Started 55 Example Set split screen mode to TOP BOTTOM Press Result 3 B D ...
Page 70: ...Getting Started 67 ...
Page 175: ...Operating the Calculator 172 From the Keyboard ...
Page 456: ...Tables 453 ...
Page 527: ...Data Matrix Editor 524 ...