User Portlet User Portlet

Discussions
Hello everyone! I started using Mathematica today (have only a little bit OF Matlab experience). I got the following code: r[x_]= 2x / (x^2+1)^2; s[x_] = (x^2 (-1+x^2))/(1+x^2)^2; ParametricPlot[{r[x],-s[x]}, {x,0,10},...