Re: How to Plot this equation ?
- To: mathgroup at smc.vnet.net
- Subject: [mg47102] Re: How to Plot this equation ?
- From: bobhanlon at aol.com (Bob Hanlon)
- Date: Fri, 26 Mar 2004 03:55:44 -0500 (EST)
- References: <c3uekb$9u0$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Needs["Graphics`ImplicitPlot`"]; ImplicitPlot[ x*Exp[x*y+0.8]+Exp[y^2]==3, {x,-4,5}, {y,-4,2}]; Off[Solve::ifun]; NSolve[ x*Exp[x*y+0.8]+Exp[y^2]==3 /. x->0, y] {{y -> -1.048147073968205}, {y -> 1.048147073968205}} Bob Hanlon In article <c3uekb$9u0$1 at smc.vnet.net>, m004202002 at yahoo.com (why) wrote: << How I can Plot tis equation with mathematica? x exp(xy+0.8) + exp(y^2)=3