It seems to me that a m x n matrix can be interpreted in two ways:
- a collection of m points, each in n-dimensional space. In this case, a point is a row vector.
- a collection of n points, each in m-dimensional space. In this case, a point is a column vector.
I see in some places they interpret a matrix as 1 and in some places as 2. This causes the notations to be different and makes a lot of thing confusing, at least for me.
Add to this the interpretation of a matrix as a linear transformation and things become more confusing.
I have a few questions, all on the same theme:
What is the standard way to interpret matrices?
How to reconcile the notations? For example, If I know some theorem for which I had done the derivation understanding a row to be a point and then in some place it says apply the theorem considering a column to be a point. Is there any trick to understand or write equations that makes the two interpretations equivalent?
And finally, are the two interpretations equivalent?
Sorry if this is too trivial but this thing seems really confusing.
I'm sorry there's no simple answer for you: matrices appear in many parts of mathematics. How they are interpreted depends on the context. In each case the author should make clear what's meant. Then it's your job to fit that into your abstract understanding. The more you do that the easier it gets.