How do I create a continuous graph of a mathematical function exp.

M

Mattlen

I want to generate a graph in the form of a continuous line / curve for a
mathematical function expressed in the form y=f(x). I also want to graph the
function using a log-log scale
 
J

Jerry W. Lewis

In a worksheet, put x values in one column, calculate f(x) values in
another column, select both columns and Insert|Chart|XY (Scatter),
selecting the subtype for data points connected by a smoothed curve
without markers. Select each axis, Format|Axis|Scale, check
"Logarithmic scale".

Jerry
 
Top