| Author |
Comment/Response |
Brad
|
06/25/09 01:45am
I'm trying to solve several equations for a single variable h. Yet when I plug the equations into solve() it doesn't return anything. Just a simple blank Out().
Can any one help me?
Below is the system.
Solve[{a*b == c*d + e, a*q == g*q + o* y, (1 - r)*a == y,
h*i == g * i + e, i == (1 - s) *q , g == r*c}, h, {a, g, i}]
The return should be h = something
Thanks So Much.
-Brad
URL: , |
|