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];