kashiark said:
I've recently come to the conclusion that i need to learn matrices. I read that matrices correspond to linear transformations and that every linear transformation can be represented by matrices, but what are linear transformation, and how do you represent it by a matrix?
kashiark said:
i don't understand what is being transformed?
Then do you understand what a "linear transformation" is? Generally, a "transformation" is a function from one vector space to another. To be a
linear transformation, L must satisfy L(u+ v)= L(u)+ L(v) and L(xv)= xL(v) for any vectors a and b and any number x. It is the vector, u, say, that is being transformed to to vector L(u).
One important property of any vector space is that there always exist a "basis" for the space. In particular for a finite dimensional vector space there is a set of vector \left{ u_1, u_2, \cdot\cdot\cdot, u_n\right} such that any vector can be written as a linear combination of those basis vectors: u= a_1u_1+ a_2u_2+ /cdot/cdot/cdot+ a_nu_n, for some numbers a_1, a_2, ..., a_n, in a unique way.
That means that if we agree on a specific basis, written in a specific order, we can do away with writing the vectors and just write the number: write u= a_1u_1+ a_2u_2+ /cdot/cdot/cdot+ a_nu_n as <a
1, a
2, ..., a
n> and treat it as a vector in R
n.
To write a linear transformation from vector space U to vector space V as a matrix, first select a basis for each, say \left{ u_1, u_2, \cdot\cdot\cdot, u_n\right} for U, and \left{ v1, v_2, \cdot\cdot\cdot, v_m\right} for V. Here, n and m are the dimensions of U and V respectively. Now apply the linear transformation to u
1. The result is in V and so can be written as a linear combination of v
1, v
2, etc. The coefficients for the first column of the matrix representation. Doing the same to u
2[/sup] gives the second column, etc.
Note that choosing a different basis for U, or V, or both will give a different matrix representation of the same linear transformation.