Texas Instruments TI-89 Manual Book page 522

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

Advertisement

If all of the equations are polynomials and if
you do NOT specify any initial guesses,
solve()
uses the lexical Gröbner/Buchberger
elimination method to attempt to determine
all real solutions.
For example, suppose you have a circle of
radius r at the origin and another circle of
radius r centered where the first circle
crosses the positive x-axis. Use
the intersections.
As illustrated by r in the example to the right,
simultaneous polynomial equations can have
extra variables that have no values, but
represent given numeric values that could be
substituted later.
You can also (or instead) include solution
variables that do not appear in the equations.
For example, you can include z as a solution
variable to extend the previous example to
two parallel intersecting cylinders of radius r.
The cylinder solutions illustrate how families
of solutions might contain arbitrary constants
of the form @k, where k is an integer suffix
from 1 through 255. The suffix resets to 1
or ƒ
when you use
ClrHome
For polynomial systems, computation time or
memory exhaustion may depend strongly on
the order in which you list solution variables.
If your initial choice exhausts memory or
your patience, try rearranging the variables in
the equations and/or
varOrGuess
If you do not include any guesses and if any
equation is non-polynomial in any variable
but all equations are linear in the solution
variables,
uses Gaussian elimination
solve()
to attempt to determine all real solutions.
If a system is neither polynomial in all of its
variables nor linear in its solution variables,
determines at most one solution using
solve()
an approximate iterative method. To do so,
the number of solution variables must equal
the number of equations, and all other
variables in the equations must simplify to
numbers.
to find
solve()
solve(x^2+y^2=r^2 and
(xì r)^2+y^2=r^2,{x,y}) ¸
solve(x^2+y^2=r^2 and
(xì r)^2+y^2=r^2,{x,y,z}) ¸
or x=
.
8:Clear Home
list.
solve(x+e^(z)ù y=1 and
xì y=sin(z),{x,y}) ¸
e
z
x=
solve(e^(z)ù y=1 and
ë y=sin(z),{y,z}) ¸
Appendix A: Functions and Instructions
r
x=
and y=
2
r
or x=
and y=
2
ør
3
r
x=
and y=
2
2
ë
ør
3
r
and y=
2
2
øsin(z)+1
ë (sin(z)ì 1
and y=
z
+1
e
y=.041... and z=3.183...
ør
3
2
ë
ør
3
2
and z=@1
and z=@1
z
+1
e
505

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ti-92 plusTi-92 plus

Table of Contents