User Portlet User Portlet

Discussions
Here is a simple example of the problem I cannot solve. In[4]:= MyInt[f_[x_]] := Integrate[f[x], x] In[6]:= f[x] := x^3; In[7]:= MyInt[f[x]] Out[7]= MyInt[x^3] If anyone can tell my why I do not get the integration to work I would...