I want to be able to graph a mathematical function in Excel. For example put
in a table of X,Y variables and output a line graph.
Possibly
http://www.tushar-mehta.com/excel/software/plot_manager/index.html
is what you are looking for?
Jerry
> I want to be able to graph a mathematical function in Excel. For example put
> in a table of X,Y variables and output a line graph.
Let's plot y=2x^2-3x+6
In A1 type x, in B1 type y
In A2:A11 enter 1,2,3,4....
In B2 type =2*A1^2-3*A1+6
Copy this down to B11
Select A1:B11, click on Chart Wizard, select XY chart (DO NOT use "LINE"
chart)
Come back if you need more

Signature
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email
>I want to be able to graph a mathematical function in Excel. For example
>put
> in a table of X,Y variables and output a line graph.