Re: plotting of curve
- To: mathgroup at smc.vnet.net
- Subject: [mg42169] Re: plotting of curve
- From: "Will Self" <wself at msubillings.edu>
- Date: Sat, 21 Jun 2003 02:49:43 -0400 (EDT)
- References: <bcuiaf$2p9$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Are W and x two separate symbols that are to be multiplied? In that case, you must put a space between them. You'll have to start over. Avoid using capital letters. <ce.choa.phen.kee at philips.com> wrote in message news:bcuiaf$2p9$1 at smc.vnet.net... > Hi all, > > May I know how can I plot this equation 2*Exp[1/(Wx)]/(587 - x)^2 which I have gotten from > this function: NonlinearFit[values, (MM * Exp[1/Wx])/(NN-x)^2, > {x,1/(Wx)},{{MM,5},{NN,600}}]? > > I made use of x-values and 1/(Wx) values to fit the data into the desired > equations. But just have no idea on how to plot the generated equation as y against 1/(Wx). > > Given W is 5.8 and the two x in the equation are both using the same > x-values.. > > pls guide.. > > Thanks in advance. > > regards, > kee >