Jump to content



Photo
- - - - -

Problem In "solve" Function?


  • Please log in to reply
1 reply to this topic

#1 Griott

Griott

    Newbie

  • Members
  • Pip
  • 29 posts
  • Interests:Programming Delphi, C#.NET, PocketPC.<br />Casio ClassPad 300 Programming, bugs, issues, notes, observations, colaborations, ideas, etc.<br />Use of the CP300 technology in the classroom, proffessionally and as a hobby.<br />

  • Calculators:
    CP300, AFX2.0+,FX1.0+,CFX9950GBWE, HP49G

Posted 22 May 2004 - 01:17 AM

Hi all,

I was trying to solve a problem but I found a difficulty, which I summarize in an example:


Good behaviour:
define f2(x,y)=4x+2y+1
	done
solve(f2(x,y)=0, x)
	{x=((-y)/(2))-((1)/(4))}
Bad Behaviour?
define f1(t)=4x(t)+2y(t)+1
	done
solve(f1(t)=0,x(t))
	gives a bad argument error
Shouldn't it result in sth like:
{x(t)=((-y(t))/(2))-((1)/(4))}
?


Thank you.

#2 Daruosh

Daruosh

    Casio Freak

  • Members
  • PipPipPipPip
  • 285 posts
  • Gender:Male
  • Location:Tehran - Iran
  • Interests:Computer Programming, Electronics, Image Processing, Neural Networks, AI, System Development, Calc, Guitar, Music,

  • Calculators:
    CP 300 OS 3.03, Algebra FX 2.0 Plus ROM 1.05, CG-20

Posted 23 May 2004 - 08:20 PM

Hi.
I think SOLVE function can solve an equation with exact variable (like x) not for a function. you can use

You should first define x(t), then f(t) and use Solve(Expane(f(t))=0, t)




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users