How can i use Maple(or any other software) to rearrange any equation into another equation?

93 Views Asked by At

Let's say I have some equation $= x^2+y=3$. I want to somehow rearrange this into something else such as $x=({\rm root}(3-y) z)/z$. I solved for x and multiplied z above and below. Can Maple (or some other software) show me steps to convert the equation $x^2+y=3$ into $x=({\rm root}(3-y) z)/z$?

1

There are 1 best solutions below

1
On

In Maple, you could get a verbose set of steps with,

Student:-Basics:-SolveSteps(x^2+y=3, x)