- Forums
- Other Sciences
- Computing and Technology
- Calculators
- Thread starterEuphoriet
- Start date
- Tags
- Imaginary
In summary, the 89 can solve real numbers of X^n+x^(n-1)+ etc etc = 0, x>0, x<0, x=-\sqrt{2}, y>0, y<0, y=2.
- #1
Euphoriet
- 105
- 0
Well I know it can solve for real numbers of X^n+x^(n-1)+ etc etc = 0
But was wondering if it could also solve when there are imaginary numbers involved?...
Thanks
Computer science news on Phys.org
- #2
Justin Lazear
- 290
- 1
Take a gander at the complex algebra functions.
f2(algebra) / A: Complex
One of them is cSolve().
--J
- #3
Euphoriet
- 105
- 0
Thanks that helps a lot, I remember reading this in the manual a long time ago...
hmm i take it inequalities would be a whole diff story.. I'm not even sure how to plug them in and thus not even graph them... let alone solve them. If you guys know about this.. it would be great if someone could clear it up.
Thanks
Last edited:
- #4
Justin Lazear
I'm not quite sure what you're trying to do, but the 89 can also handle inequalities.
Graphing them is not particularly easy, but you can convince the 89 to produce the standard shaded below/above the line graphs. It's really not worth the effort, though. May as well do it by hand.
The 89 can solve inequalities and handle inequalities a few different ways. You can place constraints on variables for pretty much anything you're doing, i.e.
Solve(x^2 - 2 = 0, x) | x > 0
will return [itex] x = \sqrt{2}[/itex]
and Solve(x^2 - 2 = 0, x) | x < 0
will return [itex] x = - \sqrt{2}[/itex].
Note that the "| x > 0" part is the constraint.
The constraint expressions can do other neat things, too.
Alternatively,
Solve( x + 2 > 5, x)
returns
x > 3
as expected.
You run into some trouble when you're trying to solve systems of inequalities, though.
There are some other things you can do, particularly programming in the inequalities in the form of functions, but it can get pretty complicated.
What exactly are you trying to do?
--J
- #5
Alkatran
Science Advisor
Homework Helper
- 959
- 0
Also, make sure your "complexe format" (one of the Mode options) is not set to "Real"
- #6
Euphoriet
- 105
- 0
I'm just trying to figure out what my ti89 can and what can't do.
This is just something I want to know to save time:
Also.. let's say I have more then one variable in the equation
3x+7y
how can i tell it that x= 3 and y = 8?... I know you use |x=3 but I am not sure how to get y=8 in there also .. is this possible or do you have to do it in steps...
steps would mean
entering 3x+7y|x=3
letting the calc solve that
and then entering what it gives back
9+7y|y=8
- #7
Alkatran
Science Advisor
Homework Helper
- 959
- 0
You can assign values to variables permanently (can be deleted in another place) with one of the buttons near the bottom left (I believe it is an arrow...)
I think you can also use y1(0), which would reference the formula for your graph (set it to a constant and voila)
- #8
Euphoriet
- 105
- 0
hmm yeah I learned about permanent variables too.. But i was looking for seomtjhing like..
x3+7y|x=1, y = 4
and let the calc plug in both values accordingly
- #9
Justin Lazear
- 290
- 1
You have to use the "and" operator.
2nd-Math / Logic / and, if my memory's correct. Or you can just type it.
An example:
x^2 + 3y | x = -3 and y = 2
will return
15.
--J
- #10
Euphoriet
- 105
- 0
thanks... any other general tips and tricks would be appriciated.
FAQ: Solving Imaginary Numbers with TI89 Calculator
1. How do I enter imaginary numbers into my TI89 calculator?
To enter imaginary numbers into a TI89 calculator, use the "i" button located on the bottom row of the calculator. Press this button after typing in the real number, and it will automatically add the "i" to indicate an imaginary number.
2. How do I perform basic arithmetic operations with imaginary numbers on my TI89 calculator?
To perform basic arithmetic operations with imaginary numbers on a TI89 calculator, simply use the appropriate operator (+, -, *, /) between the real and imaginary parts of the number. For example, to add 3+4i and 2-5i, you would enter "3+4i+2-5i" and the calculator will give you the correct result.
3. How do I solve equations with imaginary numbers on my TI89 calculator?
To solve equations with imaginary numbers on a TI89 calculator, use the "solve" function. First, enter the equation using the appropriate operators and the "i" button for imaginary numbers. Then, press the "solve" button and enter the variable you want to solve for. The calculator will give you the solution in both real and imaginary form.
4. Can I graph functions with imaginary numbers on my TI89 calculator?
Yes, you can graph functions with imaginary numbers on a TI89 calculator. To do this, use the "graph" function and enter the function using the "i" button for imaginary numbers. The graph will display both the real and imaginary parts of the function.
5. How do I convert between rectangular and polar forms of imaginary numbers on my TI89 calculator?
To convert between rectangular and polar forms of imaginary numbers on a TI89 calculator, use the "convert" function. First, enter the number in either rectangular or polar form. Then, press the "convert" button and select the desired form. The calculator will give you the converted number in the other form.
Similar threads
TI89 calculator solver in functions?
- Replies
- 1
- Views
- 2K
BWhat is the Difference between imaginary part and imaginary number?
- Replies
- 2
- Views
- 1K
ISecond Order ODE with Exponential Coefficients
- Replies
- 1
- Views
- 2K
Complex numbers problem |z| - iz = 1-2i
- Replies
- 20
- Views
- 1K
TI89 Not Displaying Polar Correct Coordinates
- Replies
- 3
- Views
- 2K
AEditing in Freq domain and applying inverse FFT
- Replies
- 6
- Views
- 1K
A problem related to divisibility
- Replies
- 3
- Views
- 845
ASchrodinger equation/Madelung equation phase transformation
- Replies
- 32
- Views
- 460
APositive polarity of a retarded Green's function's imaginary part
- Replies
- 7
- Views
- 1K
How Can I Create a Specific Chart on a TI89 Titanium Calculator?
- Replies
- 1
- Views
- 4K
- Forums
- Other Sciences
- Computing and Technology