From: Abe on
I need to know how to graph a polynomial and an exponential function on
excel. Specifically how to enter the equation so graph wizard can compute it.
From: John Vinson on
On Fri, 14 Apr 2006 16:38:01 -0700, Abe
<Abe(a)discussions.microsoft.com> wrote:

>I need to know how to graph a polynomial and an exponential function on
>excel. Specifically how to enter the equation so graph wizard can compute it.

You might want to ask in an Excel newsgroup. This newsgroup is for a
different program, Microsoft Access.

Try

http://www.microsoft.com/office/community/en-us/default.mspx?dg=microsoft.public.excel.charting&lang=en&cr=US


John W. Vinson[MVP]
From: Ed Warren on
Actually Excel, Access, etc. are built to display discrete data not
continious data as you want to plot. You might find something elsewhere,
but I would have to go to some type of math program 'mathematica',
sigmaplot, 'mathcad' to accomplish this. Otherwise I would have to use one
of the plotting routines from a source like numerical recipes in C to get
there.

If you are going to use excel you will have to decide on a 'step' for x then
build a set of rows with x, x+dx, x+2dx, .... x+ndx and corresponding values
for the y variable, e.g. y= x^2 -2x +1 and then build an xy plot based on
these data. This certainly lies more in the excel world than the access
world.

Best of luck

Ed Warren.

"Abe" <Abe(a)discussions.microsoft.com> wrote in message
news:D1A61031-E150-4B8D-B025-90E6B6DD61F6(a)microsoft.com...
>I need to know how to graph a polynomial and an exponential function on
> excel. Specifically how to enter the equation so graph wizard can compute
> it.