User Portlet User Portlet

Discussions
This makes perfect sense! Thank you, Rohit!
Hi Gianluca and Shenghui, Thank you both for your suggestions. They were very helpful. In the process, I also discovered that one could select text within quotation marks, right-click and convert to TraditionalForm. Cuneyt
Much better! Thanks, Neil!
I am writing an academic paper where I need to optimize a function 6,000 (six thousand) times with different parameter values. Since each optimization run (using NMaximize) can take several minutes, my desktop cannot handle this task. So, I turned to...
I'm getting the following error message when I try to compile a function. Any help will be greatly appreciated. In[1]:= cf=Compile[{{p,_Real}},NMaximize[-x^p-3x^2+x,x]] Out[1]= CompiledFunction[{p},NMaximize[-x^p-3...
Both suggestions sped up processing time significantly. Thank you very much!
Thank you! I really appreciate this.