It has always bewildered me how you can represent multi-dimensional concepts in a two dimensional array of numbers. The position of a vector/matrix by itself can be arbitrary, but when you apply an operation on it with another vector/matrix, that’s when the positions of the variables become interlocked and fixed. Then I realized the 2D array is just a form of organization rather than having intrinsic meaning regarding the vector/matrix itself.
It has always bewildered me how you can represent multi-dimensional concepts in a two dimensional array of numbers. The position of a vector/matrix by itself can be arbitrary, but when you apply an operation on it with another vector/matrix, that’s when the positions of the variables become interlocked and fixed. Then I realized the 2D array is just a form of organization rather than having intrinsic meaning regarding the vector/matrix itself.