weird eqns
- To: mathgroup@smc.vnet.net
- Subject: [mg10698] weird eqns
- From: s2700114@nickel.laurentian.ca
- Date: Fri, 30 Jan 1998 04:24:34 -0500
- Organization: Laurentian University
I have four equations ond would like mathematica to solve them using NSolve. everytime i try this it returns with a transcendental function error. I would like to solve thiese equations without have to manipulate them by hand. anybody with any ideas would be welcomed, Please email me as my newserver is spotty at best. Thanks Troy s2700114@nickel.laurentian.ca eone = Log[10, c] == (-38530+ 36*t)/(1.987*2.303*t); etwo = Log[10, b] + 0.5*Log[10, o] - Log[10, c] == (-23000+2167*t)/(1.987*2.303*t); ethree = b + c + o == 1; efour = b/o == 0.5;