Re: Newbie Question: Solving for x?
- To: mathgroup at smc.vnet.net
- Subject: [mg40714] Re: Newbie Question: Solving for x?
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Mon, 14 Apr 2003 04:06:58 -0400 (EDT)
- Organization: Universitaet Leipzig
- References: <b7avu5$qpi$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
- Sender: owner-wri-mathgroup at wolfram.com
Hi, Solve[y == 1/(E^(x^2/2)*Sqrt[2*Pi]), x] Regards Jens AngleWyrm wrote: > > I have a formula expressing y in terms of x: > > \!\(y = \[ExponentialE]\^\(\(-x\^2\)\/2\)\/\@\(2 \[Pi]\)\) > > How do you make it so that it expresses x in terms of y?