1 | initial version |
instead of giving me ln(x) - ( x - 2)^2, it gives me log(x) - (x-2)^2 for some reason
lnis a synonym of
log` :
sage: ln
log
when i try to plot
On what range ?
the funtion it is zoomed in too much(it only shows me form -1 to 1)
Well... f
is real-valued but for x>0
:
sage: f(x).limit(x=0)
Infinity
sage: f(-1)
I*pi - 9
HTH,