MathGroup Archive 2006

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

Search the Archive

Re: Solve Equation involving Error Function

  • To: mathgroup at smc.vnet.net
  • Subject: [mg65195] Re: [mg65194] Solve Equation involving Error Function
  • From: Hartmut.Wolf at t-systems.com
  • Date: Fri, 17 Mar 2006 05:45:34 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com


>-----Original Message-----
>From: rajanikanth at gmail.com [mailto:rajanikanth at gmail.com] 
To: mathgroup at smc.vnet.net
>Subject: [mg65195] [mg65194] Solve Equation involving Error Function
>
>hi!
>
>Could somebody tell me how to solve this equation for the value of k in
>Mathematica
>
>t2-t1*Erfc[0.0005/Sqrt[k]] ==0
>
>where t2 is a list given by {87,87,87}
>and t1 is a list given by  {81,80,80}
>
>Thanks,
>
>Raj
>

In[1]:= InverseFunction[Erfc]
Out[1]= InverseErfc

--
Hartmut


  • Prev by Date: Re: Solve Equation involving Error Function
  • Next by Date: Re: Solve Equation involving Error Function
  • Previous by thread: Re: Solve Equation involving Error Function
  • Next by thread: Re: Solve Equation involving Error Function