Post Reply 
Solve an equation as a fraqtion. Is it possible?
11-02-2018, 09:08 PM (This post was last modified: 11-02-2018 09:21 PM by rushfan.)
Post: #6
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

Try:

Code:
solve(((r1*r3*u2+r2*r3*u1)/(c2*p*r1*r2*r3+r1*r2+r1*r3+r2*r3)) = (-u2*p*c1*r3), u2)
Ans/u1
simplify(Ans)
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? - rushfan - 11-02-2018 09:08 PM



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