TIB: problem


[Next][Index][Thread]

TIB: problem




I have a question for you guys.  Hopefully you guys can help.  I am 
interested in taking advantage of the symbolic manipulation of the 89 in a 
simple basic program.

Here it is.

-------------------------------
test()
Prgm

@ del the vars so when I display the equation it will not be able to
@ solve it.
DelVar x
DelVar y
DelVar z

@ it will print this in pretty print
Disp x/y=z

Prompt x
Prompt y
Prompt z
Prompt solvefor

Disp solve(x/y=z,solvefor)

Pause
EndPrgm
-------------------------------

Basically I want to be able to solve for any variable.

Ex.

If I input x for x, 5 for y, 6 for z, and x for solvefor I would like it to 
display x = 30.  Of course this will not work, because it will not resolve 
solvefor to x.  Is there a way to do this?

Thank you for any help.

Matt.

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com