Jump to content



Photo
- - - - -

Solve function on Alg FX 2.0 Plus


  • Please log in to reply
7 replies to this topic

#1 TomL_12953

TomL_12953

    Casio Addict

  • Members
  • PipPipPip
  • 57 posts
  • Gender:Male
  • Location:Malone, NY USA
  • Interests:Programmable calculators, BASIC computer language, Computers in general, Old movies and TV shows

  • Calculators:
    TI-59, TI-85, TI-86, TI-89, TI-89 Titanium, Radio Shack EC-4026, Algebra FX 2.0 Plus, HP-35s, Compucorp 326 Scientist, Durabrand 828, fx-9860G II SD

Posted 15 April 2003 - 05:39 PM

I have an Algebra FX 2.0 Plus and am trying to use the solve function to solve the following equation:

x^2 + x + 1 = 0

I know it has no real roots but the calculator should give me the imaginary roots. I have the Complex mode set to a+bi. I get the "Can't Solve!" error no matter what starting point I try. Does this work on anyone else's FX 2.0 Plus calculator?

solve(x^2+x+1,0)

:huh:
Tom Lake

#2 CrimsonCasio

CrimsonCasio

    UCF Ambassador

  • [Legends]
  • PipPipPipPipPipPipPipPipPipPip
  • 3579 posts
  • Gender:Male
  • Location:USA
  • Interests:Claculators, Stephen King, Video Games, Calculators, Programming, Calculators, Reading, Calculators... hmm, what else... Ah! Calculators!

  • Calculators:
    Algebra FX2.0, CFX 9850Ga+, Classpad 300

Posted 15 April 2003 - 06:17 PM

you may have complex mode set to a+bi in normal mode, but the calc has a diffrent setup in cas and algebra mode, hit <span class=CTRL' />+<span class=F3' /> while in Cas/Algebra then go to answer type and hit <span class=F2' />.

#3 BiTwhise

BiTwhise

    Casio Overgod

  • [Legends]
  • PipPipPipPipPipPipPip
  • 627 posts
  • Gender:Male
  • Location:Guildford, Surry, UK
  • Interests:Programming, games, consoles, martial arts

  • Calculators:
    FX9700WE, CFX9970G, AFX2.0, Classpad 300

Posted 15 April 2003 - 07:29 PM

You have a syntax error..

try:
Solve(X^2+X+1=0,X)        //Solve( expression, variable to solve for ), defualt var is X so it can be omitted


#4 CrimsonCasio

CrimsonCasio

    UCF Ambassador

  • [Legends]
  • PipPipPipPipPipPipPipPipPipPip
  • 3579 posts
  • Gender:Male
  • Location:USA
  • Interests:Claculators, Stephen King, Video Games, Calculators, Programming, Calculators, Reading, Calculators... hmm, what else... Ah! Calculators!

  • Calculators:
    Algebra FX2.0, CFX 9850Ga+, Classpad 300

Posted 15 April 2003 - 08:39 PM

thats not a sentax error, I got it to work on my calc by doing what I said.

#5 BiTwhise

BiTwhise

    Casio Overgod

  • [Legends]
  • PipPipPipPipPipPipPip
  • 627 posts
  • Gender:Male
  • Location:Guildford, Surry, UK
  • Interests:Programming, games, consoles, martial arts

  • Calculators:
    FX9700WE, CFX9970G, AFX2.0, Classpad 300

Posted 15 April 2003 - 08:45 PM

he wrote "solve(x^2+x+1,0)"
in CAS mode, this is syntax error

in Comp mode, it's not, but you can't imaginary roots in comp mode (approximiation, by Newton/Raphson if I'm not wrong)
for numerical solving he could use the equation program..

#6 CrimsonCasio

CrimsonCasio

    UCF Ambassador

  • [Legends]
  • PipPipPipPipPipPipPipPipPipPip
  • 3579 posts
  • Gender:Male
  • Location:USA
  • Interests:Claculators, Stephen King, Video Games, Calculators, Programming, Calculators, Reading, Calculators... hmm, what else... Ah! Calculators!

  • Calculators:
    Algebra FX2.0, CFX 9850Ga+, Classpad 300

Posted 15 April 2003 - 08:51 PM

oh, ok I didn't see the second equation he wrote, i was looking at the first one.

even so the equation will evaluate to no solution unless he does as I said and swicthes to complex mode.

#7 ross8653

ross8653

    Casio Addict

  • Members
  • PipPipPip
  • 96 posts
  • Location:over the river and through the woods
  • Interests:paintball

  • Calculators:
    9850 fx2.0

Posted 16 April 2003 - 02:08 AM

use the simotanous solver

#8 XYZ

XYZ

    Casio Fan

  • Members
  • PipPip
  • 46 posts
  • Location:Auckland, NZ
  • Interests:Lying on the beach on a hot sunny day

  • Calculators:
    Casio AFX2.0+, CFX9850, HP49G, fx-7700GB, TI-85, TI-92, HP20S scientific....

Posted 16 April 2003 - 02:47 AM

Solving for x "...=0,x) gives x = +/-(sqr(3)i/2-1/2 in CAS.

If you try to solve x.x+x+1,0 the calc will give a syntax error. You need to tell it 1)What the expression is equal to and 2)Which variable to solve for.

And sorry for being pedantic but you can't have complex roots really, just factors of an expression :)

The solver only works with real roots unfortunately...

Oh you can also use rFactor(x.x+x+1) to give the complex factors. Have fun!




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users