Question 181592
How would you plot on a graph the following:
f(x) = 5^x
----
Plot three or four points and draw a curve thru them.
If x=0, y = 5^0 = 1; Point (0,1)
If x=1, y = 5^1 = 5; Point (1,5)
If x=-1, y = 5^(-1) = 1/5 : Point (-1,1/5)
=============================================
{{{graph(400,300,-10,10,-10,10,5^x)}}}
Cheers,
Stan H.