Group Abstract Group Abstract

Message Boards Message Boards

0
|
3K Views
|
0 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Parallel calculations in a cell

Posted 6 years ago

I have here as an example six terms that are to be simplified, and are independent of each other. Can I calculate them parallel in Mathematica, so that the result is calculated faster? If so, how do I do it?

At the moment I have written it in a cell:

wv1 = Simplify[wv1];
wv2 = Simplify[wv2];
wv3 = Simplify[wv3];
wv4 = Simplify[wv4];
wv5 = Simplify[wv5];
wv6 = Simplify[wv6];

POSTED BY: Mathias Mettauer
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard