Concept Flow - np.unravel_index() for multi-dim positions
Start with flat index
Input: flat index, shape
Calculate multi-dim indices
Return tuple of indices
Use indices to access multi-dim array
np.unravel_index converts a flat index into a tuple of indices for a multi-dimensional array shape.