User Portlet User Portlet

Discussions
Hello, I have a few students who are having trouble re-defining a function. For instance, if you were to input: f[x_]:=x^2 then later on, you want to re-use f as a function name: f[x_]:=1/x If I go to plot f: Plot[f[x],{x,-5,5}] ...