Quote from byteme:
Analagous to pixel rendering for each x, y co-ordinate on the screen where the screen is 101 by 1000 pixels in dimensions i.e. perfectly suited to parallelism.
Exactly. Each pixel is independent.
Which, when it comes to programming, due to instantiation, is an entirely different concept than what a dependent variable is in math.