User Portlet User Portlet

Vitor Marquioni Monteiro
Discussions
Hi DM, In the case of ParallelDo you might have problems with defining the variables within different kernels (Something like DistributeDefinitions might help). However, if you try running your code with Do, instead of ParallelDo, you are gonna...
Hi Ahmed, I found out what was going on. For some reason, the paclet ResourceSystemClient wasn't complete. Then I needed to reinstall it by running PacletUninstall["ResourceSystemClient"] (to erase the "corrupted" paclet) and ...
Let me try to explain with an example: In[249]:= Product[x - i, {i, 0, t - 1}] Out[249]= (1 - t + x) Pochhammer[2 - t + x, -1 + t] what I need is the expression in "Out[249]", this is what I mean by "closed expression". Look that...