Texas Instruments TI-89 Titanium User Manual page 856

Hide thumbs Also See for TI-89 Titanium:
Table of Contents

Advertisement

If all of the equations are polynomials and if you do
NOT specify any initial guesses,
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
to find the intersections.
solve()
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 when you use
or ƒ
8:Clear Home
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 to attempt to
solve()
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 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.
Appendix A: Functions and Instructions
solve()
.
list.
uses the
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}) ¸
x=
r
or x=
2
ClrHome
e
solve(x+
xì y=sin(z),{x,y}) ¸
øsin(z)+1
e
z
x=
z
+1
e
solve(
e
^(z)ù y=1 and
solve()
ë y=sin(z),{y,z}) ¸
r
x=
and y=
2
ë
r
or x=
and y=
2
ør
r
3
and y=
and z=@1
2
2
ë
ør
3
and y=
and z=@1
2
^(z)ù y=1 and
ë (sin(z)ì 1)
and y=
z
e
y=.041... and z=3.183...
ør
3
2
ør
3
2
+1
853

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents