please help me solving
- To: mathgroup at smc.vnet.net
- Subject: [mg94719] please help me solving
- From: kapil <kapil83baheti at yahoo.co.in>
- Date: Sun, 21 Dec 2008 05:53:52 -0500 (EST)
can anyone help me solving these eq. in mathematica please?
i want them to solve it for "a", "b" and "c" only, i want the solution in terms of rest of the variables. i might be making some syntax mistake. your help is highly appreciated.
thanks.
Solve[{(a*(c^2))/(d*(1 + b)*(1 + 2 b)) == 4/3, (
v*d*(1 + b)*(1 + 2 b)*b*(2 + b))/((c^3)*g*e*(w - i)) == 3/
4, ((1 + 2 b)*d*(b^2))/((2 + b)*(c*(2 + b) - b)*v) == 8/5}, {a, b,
c}]