When multiplying 2 square matrices the resulting first row ends up being a combination of the first column of a matrix and the first row of one another. Aren't we geometrically missing information?
Edit: What I mean is that to compute each composition of transformations there is a certain algorithm which leads to the correct result: 1. I find it hard to ignore the way it is built up; why is it that to find the new image of i-hat (as shown in the picture) we multiply its first component by the x components (first column) of the second transform, and its second component by the y components? I at first thought we were just "saving" the motion/displacement exherted upon the first transform's "i-hat" components and that it didn't really matter in which component we saved it cause, well, it will end up being a single vector -combination of all the components. But I then discovered that the order followed was the unique path to get the correct composition. All the answers I've seen regarding this question state that this arises the "natural properties" of composition, but the matter is, why? There must be a geometrical explanation as to why we map the given vectors into the images of certain components and not otherwise.
I am deeply sorry if I am being unclear or if this is is just a stupid question that arises from a sequence of misconceptions about matrix multiplication, but it has been stoping me from going any further in linear algebra so I'd appreciate if someone told me what is really going on.