Graphing functions

C

C Petrin

Not a programming issue, but....

One column of X values, in whatever domain you choose. One column of Y
values, calculated using your function in a formula. (Check the Excel
help file for the proper way to exponentiate.) Then a line graph.
 
Top