User Portlet User Portlet

Discussions
Thank you for your answer Simon, but that's not my question ;-)
Thank you so much David!!!! Pretty neat, thank you :-)
I didn't use explicitly the Print function, what I did was: In[41]:= FoldList[x /. FindRoot[x - #1, {x, #1}] &, .5, Range[3, 6]] Out[41]= {0.5, 0.5, 0.5, 0.5, 0.5} The solution of the equation inside FindRoot is #1, and, looking the...
Thank you Dent de Lion and Shenghui Yang for your response... To use the Polygon command is a nice option!! Shenghui, your solution is very elegant, thank you for your help!! Maybe the Filling command can be used to draw the region I previously...
Thank yo Vitaliy, I´ll check the Demostrations Project... I´ll let you know if I find something....