Exercise #1

So, we've seen something useful in the mathematical sense concerning using 2D arrays. Let's practice with 2D arrays by creating a program of your own according to the following specifications :

Consider the following 3x3 matrix :

The deternimant, d, is d = aei + bfg + cdh - afh - bdi - ceg


Exercise #2

Here's your first animation exercise!






Hints: