| Hosted by CoCalc | Download

I'm trying to plot the graph ln(1+x1x).\ln\left(\frac{1+x}{1-x}\right). How do I do this on sagemath? I just need the correct syntax.

plot(log((1+x)/(1-x)), (x, -1,1))