Question: Maple’s can't support multi-thread calculation?

When using Maple doing calculation, I find the usage of my i5 CPU is only 25%, which means Maple just utilizes one thread of the CPU.

Even for some calculations which are very easy to be paralleled, such as the following one, the CPU usage is still 25%.

 

seq([sin(i), cos(i)], i = 1 .. 10^6)

 

 

Is there any way to make Maple utilize all the threads of the CPU?

 

Please Wait...