Post Reply 
HP Prime: Isolate a variable in an equation
12-20-2013, 11:00 PM
Post: #3
RE: HP Prime: Isolate a variable in an equation
In CAS view, solve() should be of help.

E.g., solve(x^2-4*y*x=3,y) returns {(-x^2+3)/(4*x)}

Or solve(x^2-4*y*x=3,x) returns {2*y+-sqrt(4*y^2+3)}

Is that what you are after?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP Prime: Isolate a variable in an equation - Helge Gabert - 12-20-2013 11:00 PM



User(s) browsing this thread: 1 Guest(s)