User Portlet User Portlet

Discussions
Hi Ivan, thanks for your answer. That solved the problem indeed. However, lets say I put end = 2000, using ParallelSubmit it takes 2 seconds to compute the result. While it barely takes any time when I run Reap[For[t = 0, t
I am a very young Mathematica user, started with Mathematica 9, using it under Windows 7. I don't have stability issues unless Mathematica tries to connect to the internet and fails because the proxy server is not set properly. Then it seems it is...
Hello, I would like to use Thread to apply a function on arguments that are lists and arguments which are scalars. The following behavior is what I am looking for: blafun1[a_, b_, c_] := a + b + c Thread[blafun1[a, b, {c1, c2, c3}],...
Hello, I was wondering if there is a way to save a loaded notebook as xml(MathML) using a command similar to NotebookSave which can be used to save a notebook as file with the ending ".nb". Kind Regards, Mathias Breuss
the missing image: ![enter image description here][1] [1]: /c/portal/getImageAttachment?filename=mathematica1.png&userId=248944
Thank you all for your response. @Bruce, I was wondering if there is something different (i.e. your suggestion still remains) if I define directly compiled function by using Compile[{a,b},a*b]. I assume that I still need to use Symbolize from the...
Hello, When doing code generation according to the instruction from the help resource CCodeGenerator/tutorial/CodeGeneration#407970428 I get the following error message: xxx.c(7) : warning C4047: 'initializing' : 'WolframLibraryData' differs in...
That seems to work. Thank You!
Hi Vitaliy, Thank you. That looks about right. I am looking forward to try that out, still need to wait for some evaluation activiation keys. I was wondering whether it is also possible to build a graph for a bunch of such functions (e.g. in a...