I'm new to learning Linear Algebra, and I'm trying to visualize how a vector in $4$ dimensions may work.
For this, I'm imagining a Soduku puzzle. It is a grid with $3\times 3$ big squares, with each square containing a smaller grid of $3\times 3$ squares.
Could we represent individual boxes as a 4D vector, where we use two dimensions to refer to the big box, and then another two dimensions to refer to the smaller box within the big box?
For example, the top left small box would be $[0,0,0,0]$. The bottom right would be $[2,2,2,2]$.
Am I on the right track with understanding this at all?
If this is ok, could the magnitude, as a scalar, then be used to describe the contents of the box?
For example:
$$v= [0,0,0,0]$$
$$||v|| = 3$$
I know I may be way off target, and I am grateful for your patience. I just don't want to misunderstand so fundamental.