rewrite an equation in terms of a variable
|
02-10-2015, 08:36 PM
Post: #1
|
|||
|
|||
rewrite an equation in terms of a variable
Hi, Is there a way to get the calculator to rewrite an equation in terms of a variable.
if I have x/(4*Y)=5, can it write y = x/20. I'm trying to rewrite an equation with lots of variables to solve for 1 and on paper i keep missing a step. |
|||
02-10-2015, 08:41 PM
(This post was last modified: 02-10-2015 08:42 PM by Han.)
Post: #2
|
|||
|
|||
RE: rewrite an equation in terms of a variable
(02-10-2015 08:36 PM)jacklondon Wrote: Hi, Is there a way to get the calculator to rewrite an equation in terms of a variable. In the CAS view, simply use the solve() command. For example, solve(x^2+2*y=3,y) You may possibly need to delete the x and y variables: purge(x,y) Graph 3D | QPI | SolveSys |
|||
02-10-2015, 09:59 PM
Post: #3
|
|||
|
|||
RE: rewrite an equation in terms of a variable
that works perfect thx!
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)