Texas Instruments TI-89 Manual Book page 551

Ti ti-89: user guide
Hide thumbs Also See for TI-89:
Table of Contents

Advertisement

^
Z
(power)
key
expression1 ^ expression2
list1 ^ list2
Returns the first argument raised to the
power of the second argument.
For a list, returns the elements in
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.
expression ^ list1
Returns
elements in
list1 ^ expression
Returns the elements in
power of
squareMatrix1 ^ integer
Returns
power.
squareMatrix1
If
integer
If
integer
to an appropriate positive power.
#
(indirection) CATALOG
# varNameString
Refers to the variable whose name is
varNameString
modify variables from a program using
strings.
534
Appendix A: Functions and Instructions
expression
list
list
raised to the power of the
expression
.
list1
list
raised to the
list1
.
expression
matrix
raised to the
squareMatrix1
must be a square matrix.
= ë 1, computes the inverse matrix.
< ë 1, computes the inverse matrix
. This lets you create and
4^2 ¸
{a,2,c}^{1,b,3} ¸
raised
list1
p^{a,2,ë 3} ¸
{1,2,3,4}^ë 2 ¸
[1,2;3,4]^2 ¸
[1,2;3,4]^ë 1 ¸
integer
[1,2;3,4]^ë 2 ¸
Program segment:
©
:Request "Enter Your Name",str1
:NewFold #str1
©
©
:For i,1,5,1
:
ClrGraph
:
Graph iù x
:
StoPic #("pic" & string(i))
:EndFor
©
16
{a 2
b
cò }
1
p a
{
{
1
1/4
1/9
1/16
}
}

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ti-92 plusTi-92 plus

Table of Contents