<div dir="ltr"><div><div><div><div><div>Good evening everybody,<br><br></div>I'm new to ginac, i read the tutorial but i've a question, if I have an equation expression, something like<br><br></div><div>symbol x("x"), y("y");<br>
</div>ex eq = 2*x + 3*x*y - 5*y == 0<br><br></div>is there a method to isolate a single variable, i.e.<br><br></div>cout << isolate(eq, x) << endl; <br>
// x == 5*y*(2 + 3*y)^(-1)<br>cout << isolate(eq, y) << endl; <br>
// y == 2*x*(5 - 3*x)^(-1)<br><br></div><div>thanks for all replies..<br></div><div>-am<br>

</div></div>