Post Reply 
Solve an equation as a fraqtion. Is it possible?
11-02-2018, 10:09 PM
Post: #7
RE: Solve an equation as a fraqtion. Is it possible?
(11-02-2018 04:24 PM)blevita Wrote:  Thanks for your answers.

But its not what i have searched for ^^.
The problem is, that in my case, the "a"-part is not that simple.

I think i must give you the real example.

This is my equation:
((r1*r3*u2+r2*r3*u1)/(c2*p*r1*r2*r3+r1*r2+r1*r3+r2*r3)) = (-u2*p*c1*r3)

I want to know what u2/u1 is.
Therefore i have tried to do this:

solve(((r1*r3*u2+r2*r3*u1)/(c2*p*r1*r2*r3+r1*r2+r1*r3+r2*r3)) = (-u2*p*c1*r3),[u2/u1])

but it does not work

Replace u2 with u1*x and solve for x.

— Ian Abbott
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Solve an equation as a fraqtion. Is it possible? - ijabbott - 11-02-2018 10:09 PM



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