780
Appendix A: Functions and Instructions
CyclePic
CATALOG
CyclePic
picNameString
,
n [, [wait] , [cycles],
[
direction]]
Displays all the PIC variables specified and at the
specified interval. The user has optional control over
the time between pictures, the number of times to
cycle through the pictures, and the direction to go,
circular or forward and backwards.
direction
is 1 for circular or
ë
1 for forward and
backwards. Default = 1.
1.
Save three pics named
pic1
,
pic2
, and
pic3
.
2. Enter:
CyclePic
"
pic
"
,3,.5,4,
ë
1
3.
The three pictures (
3
) will be displayed
automatically—one-half second (
.5
)
between pictures, for four cycles (
4
), and
forward and backwards (
ë
1
).
4
Cylind
MATH/Matrix/Vector ops menu
vector
4
Cylind
Displays the row or column vector in cylindrical form
[r
∠
q
, z].
vector
must have exactly three elements. It can be
either a row or a column.
[2,2,3]
4
Cylind
¸
[
2
ø
‡
2
o
p
4
3
]
cZeros()
MATH/Algebra/Complex menu
cZeros(
expression
,
var
)
⇒
list
Returns a list of candidate real and non-real values
of
var
that make
expression
=0.
cZeros()
does this by
computing
exp
8
list(cSolve(
expression
=0,
var
)
,
var
)
. Otherwise,
cZeros()
is similar to
zeros()
.
Note:
See also
cSolve()
,
solve()
, and
zeros()
.
Display Digits mode in
Fix 3
:
cZeros(x^5+4x^4+5x^3
ì
6x
ì
3,x)
¸
{
ë
2.125
ë
.612 .965
ë
1.114
ì
1.073
ø
i
ë
1.114
+
1.073
ø
i
}
Note:
If
expression
is non-polynomial with functions
such as
abs()
,
angle()
,
conj()
,
real()
, or
imag()
,
you should place an underscore _
(
@
¥
q
,
H
2
q
) at the end of
var
. By
default, a variable is treated as a real value. If you
use
var
_
, the variable is treated as complex.
You should also use
var
_ for any other variables in
expression
that might have unreal values. Otherwise,
you may receive unexpected results.
z is treated as real:
cZeros(conj(z)
ì
1
ì
i
,z)
¸
{1+
i
}
z_ is treated as complex:
cZeros(conj(z_)
ì
1
ì
i
,z_)
¸
{1
ì
i
}
cZeros({
expression1
,
expression2
[
,
…
]
},
{
varOrGuess1
,
varOrGuess2
[
,
… ]
})
⇒
matrix
Returns candidate positions where the expressions
are zero simultaneously. Each
varOrGuess
specifies
an unknown whose value you seek.
Optionally, you can specify an initial guess for a
variable. Each
varOrGuess
must have the form:
variable
– or –
variable
=
real or non-real number
For example,
x
is valid and so is
x=3+
i
.
If all of the expressions are polynomials and you do
NOT specify any initial guesses,
cZeros()
uses the
lexical Gröbner/Buchberger elimination method to
attempt to determine
all
complex zeros.
Note:
The following examples use an
underscore _ (
@
¥
q
,
H
2
q
) so
that the variables will be treated as complex.
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 ...