Question 712188
how do you graph logarithms? 
ex: f(x)= log(base 3)x
Plot a few points and sketch the curve connecting them:
x = 1/3; y = -1
x = 1 ; y = 0
x = 3 ; y = 1
x = 9 ; y = 2
----------
-----
{{{graph(400,400,-10,10,-10,10,ln(x)/ln(3))}}}
======================
Cheers,
Stan H.