On Jun 19, 1:20 pm, "Ondrej Certik" <[EMAIL PROTECTED]> wrote:
> Right. I think you are doing it right. The other (maybe simple) option
> is to use solve, here is my session where I tried that:
>
> In [1]: vin, vout, r1, r2 = symbols(["Vin", "Vout", "R1", "R2"])
>
> In [2]: a = (vin-vout)/r1 + (0-vout)/r2
>
> In [3]: solve?
>
> In [4]: solve(a, vout)
> Out[4]:
> ⎡ R₂*Vin⎤
> ⎢───────⎥
> ⎣R₁ + R₂⎦
>
> Please report all bugs and all things that don't work as expected
> (like you did with the factor function), that would help as a lot.
> We'll then create a new issue for each problem and fix it.
>
> Also don't hesitate to ask again if you have any other problems/questions.

Ah, I hadn't spotted solve.

Thanks again,
Tom

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sympy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to