User Portlet User Portlet

Juan Jose Garcia Ripoll
Discussions
Hi, I am doing some symbolic computation in a rather large notebook, but I find that Mathematica is underutilizing my computer resources. One bottleneck is the computation of Efsoft = -(1/ 2) \[Nu]t - \[Alpha] Integrate[\[Nu] (\[Nu]...
Ok, whatever glitch happened with Timing, it is gone :-/ but I am still unable to use it in my program. See, what I attempt to do:[mcode]SetAttributes[MyTime, HoldAll]; MyTime[expression_, prefix_: "expression"] := Block[{text = "Time for " ...