1.2.3 Can you answer these questions?

1.2.3.1 CUDALink Error: A CUDALink kernel timed out?
1.2.3.2 Using ParallelMap to run multiple Game of Life simulations simultaniously
1.2.3.3 How to syntax check that all instance of symbol must be contained in Subscript[]
1.2.3.1 CUDALink Error: A CUDALink kernel timed out?

http://mathematica.stackexchange.com/questions/58853/cudalink-error-a-cudalink-kernel-timed-out

 
I'm following the CUDALink tutorial [ 
http://reference.wolfram.com/language/CUDALink/tutorial/Introduction.htm 
l ] and everything is going fine until I get to the part that calls 
CUDADot on the  ...
 
- asked by Edmund 2votes
1.2.3.2 Using ParallelMap to run multiple Game of Life simulations simultaniously

http://mathematica.stackexchange.com/questions/59224/using-parallelmap-to-run-multiple-game-of-life-simulations-simultaniously

 
My Assignment and Code 
 
As an exercise in Parallel computing I've been tasked with implementing 
Conway's GoL in a way such that at every iteration only a fraction of 
cells are updated. I'm then to run  ...
 
- asked by Jason Houtekamer 2votes
1.2.3.3 How to syntax check that all instance of symbol must be contained in Subscript[]

http://mathematica.stackexchange.com/questions/59202/how-to-syntax-check-that-all-instance-of-symbol-must-be-contained-in-subscript

 
I have a function f[expr] that is only allowed to take an expression 
expr that is a polynomial in Subscript[x,_].  By this, I mean that expr 
can be a sum/difference of terms (up to other  ...
 
- asked by QuantumDot 2votes