Error message from mathematica
- To: mathgroup at smc.vnet.net
- Subject: [mg67979] Error message from mathematica
- From: "SerenityPrayer" <ghyan at hotmail.com>
- Date: Thu, 20 Jul 2006 06:04:12 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hi all, I am new to Mathematica. Now I am using it to solve a system of nonlinear equations. I got an error message from it: FindRoot::eqns: -- Message text not found -- ({True, <<14>>, varTConnGood == -1.28 + 2.56 (<<1>>)}). I defined the following equation, in which varDelta, varS, and varTConnGood are all variables in the set of equations. (* define an equation for T_conn_good *) eqTConnGood = varTConnGood == ( 1 / varDelta - ( 1 / varDelta + varS ) * ( 1 - varDelta ) ^ varS ) * 2.56 - 1.28 Thanks a lot, -Ghyan