User Portlet User Portlet

Discussions
I an getting strange behavior with functions built using Tooltip. I create a function to display the position of data in a list to be used in a ListLinePlot instruction. positionTooltip0[data_] := Tooltip[#, Position[data, #]] & /@ data ...
I have a problem with NMinimize function that does not seem able to use the 8 processors of my machine (16 kernels with hyperthreading) to calculate the function to be minimized. If I calculated for given values of the parameters the same function...