User Portlet User Portlet

Discussions
I want to write a function, highlight --- select --- it, and then have a button which plots this function. I have tried PasteButton["Plot", Plot[\[SelectionPlaceholder]], {x, 0, 10}]] but it does not do the work. Any idea ?
I have a huge notebook with several pages. I have set parameters in the beginning of the notebook and I want to see a picture near the end of the notebook in such a way that when I want to change one parameter I must go from the beginning to the end....
I wonder if the knowledge basis of the LaPlaceTransform anf the InverseLaplaceTransform is complete. In Particular, I Have tried to find the InverseLaplaceTransform of $s^{-\alpha}$ without any result if $0
Dear all, I am working on windows 7 or 8. I try the batch capacities of Mathematica. I have written a very simple notebook N[Sin[2]] Export["essai.txt", N[Sin[2]]] Exit[] and I have typeset MathKernel -script...
The 4565pt2RevisedSimplexMethod.nb downloadable on internet is a step by step implementation of the revised simplex method very usefull for teaching. I am trying to typeset it in french. Until Iteration 2 all is fine, but from In[32] the behavior...
Hi, I wonder why Do[Solve[x^2 + m x == .2,x],{m,0, 1, 0.1}]doesn't work. I have also tried to do the same thing with [mcode]For[m = 0, m