MathGroup Archive 2006

[Date Index] [Thread Index] [Author Index]

Search the Archive

How to solve this system of equations in Mathematica

  • To: mathgroup at smc.vnet.net
  • Subject: [mg70350] How to solve this system of equations in Mathematica
  • From: "Raj" <rajanikanth at gmail.com>
  • Date: Sat, 14 Oct 2006 03:06:38 -0400 (EDT)

Hi!

Could somebody tell me how to solve(numerically) this system of
equations in Mathematica for Di and De

0.135 == -0.34 Erf[0.0620537/Sqrt[De]]+0.34
Erfc[0.0340564/Sqrt[Di]]-0.34 Erfc[0.0368221/Sqrt[Di]]
0.0132 == -0.34 Erf[0.119209/Sqrt[De]]+0.34
Erfc[0.0654242/Sqrt[Di]]-0.34 Erfc[0.0707372/Sqrt[Di]]

I have tried using FindRoot, NSolve and Reduce but couldnt get a
solution which satisfies both equations.

Thanks,

Raj


  • Prev by Date: Re: Is it possible to "pre-evaluate" parts of pure function?
  • Next by Date: RE:How to extract numbers from list elements with text?
  • Previous by thread: Re: how to sum lists of unequal length?
  • Next by thread: RE: How to solve this system of equations in Mathematica