1 | initial version |
The way you define f
is a Python function, not a symbolic expression. In particular, the name of the input does not matter. So, there is no point to deal with f(y)
which requires that y
is defined (as a symbol).
What you can do is the following:
sage: plot(f,(0,1))
Launched png viewer for Graphics object consisting of 1 graphics primitive