3.16.3 Can you answer these questions?

3.16.3.1 Parallelizing code, any tips?
3.16.3.2 Does Reduce have problems with greek symbols that lead to wrong results?
3.16.3.3 Full screen image in slideshow?
3.16.3.1 Parallelizing code, any tips?

http://mathematica.stackexchange.com/questions/128905/parallelizing-code-any-tips

 
I have access to a Linux cluster and I'm trying to use Parallelize to run the above bellow faster, but whenever I try to place Parallelize in any other parts, besides the loop,  where I think it may  ...
 
- asked by Sergio Parreiras 2votes
3.16.3.2 Does Reduce have problems with greek symbols that lead to wrong results?

http://mathematica.stackexchange.com/questions/128965/does-reduce-have-problems-with-greek-symbols-that-lead-to-wrong-results

 
I call Reduce on the following simple system of inequalities 
 
e = ((-4 + Sqrt[(-2 + )^2] + 3 ) Log[p] + 4  Log[])/(2 ); 
Reduce[e > 0 && 1 >  > 0 && 1 > p > 0  ...
 
- asked by klm 3votes
3.16.3.3 Full screen image in slideshow?

http://mathematica.stackexchange.com/questions/128875/full-screen-image-in-slideshow

 
Is it possible to make an image fill up and entire slide in a slideshow notebook  so that there are no cell brackets or any white space around it at all (when viewed in presentation mode of course)?
 
- asked by M.R. 1vote