Matrices and linear transformations

  • #1
210
0
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?
 

Answers and Replies

  • #2
Simplest example (2 dimensions). Let (x,y) represent a point on the plane in some coordinate system. Let (u,v) represent the same point in another coordinate system. Then one can write u=ax+by and v=cx+dy - a linear transformation since x and y appear as first power only. The matrix to represent the transformation will look like:
(a b)
(c d)

The transformation is then U=MX, where M is the matrix, X=(x,y) and U=(u,v). I presume you know how to multiply a matrix times a vector.
 
  • #3
i don't understand what is being transformed?
 
  • #4
Here's another view: Let U and V be vector spaces. Ie., U may be R (real numbers) or R2 (ordered pairs of real numbers, commonly represented graphically by the Cartesian plane). A function T from U into V is called a linear transformation if it satisfies the equation T(r*u + w) = r*T(u) + T(w) for all real numbers r and all vectors u and w in U. In other words T distributes over addition and scalar multiplication.
Every n-dimensional vector space has an ordered n-tuple of vectors (v1, ..., vn) for which every vector u in that space can be written uniquely as u1v1 + ... + unvn. The numbers ui are called the components of the vector u with respect to the basis (v1, ..., vn). For R2 for example, a common basis is the two vectors (1, 0) and (0, 1).
Using the component form of a vector and the definition of linear transformation given above, derive the general expression for T(u) where T is a linear transformation from U into V in terms of the numbers ui, the basis vectors ei of U, and the basis vectors fj of V.

The following will not make much sense unless you did the above exercise:

You will find that T is specified by certain numbers that show how T maps basis vectors in U into vectors in V, and these numbers naturally have two indices, where the first index corresponds to the basis vector in U and the second to the the component of the transformed basis vector in V.
Matrix multiplication is then defined so that if A is this matrix of numbers corresponding to T with respect to two particular bases, then Ax = T(x).
In particular, if E is a matrix representing the chosen basis of U (in particular, E is just the components of the basis vectors of U written in column form), then note that applying A to E will give you the image of the basis under T. In particular, if E is the standard basis (1s and 0s) then the matrix of T is simply the image of the basis. Ie., if T rotates the axes by 45 degrees (Pi/4 radians), then if our vectors in R2 are written with respect to the standard basis ((1, 0), (0, 1)) and we want our image to be written with respect to the standard basis, then the matrix corresponding to T is just the rotated basis ((Sqrt(2)/2, Sqrt(2)/2), (-Sqrt(2)/2, Sqrt(2)/2)). Apply it and check.
 
Last edited:
  • #5
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?

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 [itex]\left{ u_1, u_2, \cdot\cdot\cdot, u_n\right}[/itex] such that any vector can be written as a linear combination of those basis vectors: [itex]u= a_1u_1+ a_2u_2+ /cdot/cdot/cdot+ a_nu_n[/itex], for some numbers [itex]a_1, a_2, ..., a_n[/itex], 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 [itex]u= a_1u_1+ a_2u_2+ /cdot/cdot/cdot+ a_nu_n[/itex] as <a1, a2, ..., an> and treat it as a vector in Rn.

To write a linear transformation from vector space U to vector space V as a matrix, first select a basis for each, say [itex]\left{ u_1, u_2, \cdot\cdot\cdot, u_n\right}[/itex] for U, and [itex]\left{ v1, v_2, \cdot\cdot\cdot, v_m\right}[/itex] for V. Here, n and m are the dimensions of U and V respectively. Now apply the linear transformation to u1. The result is in V and so can be written as a linear combination of v1, v2, etc. The coefficients for the first column of the matrix representation. Doing the same to u2[/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.
 
  • #6
What are Vector spaces,Vector basis,Transformations,linear combination,Linear transformation.I haven't known any of these things?Tell me about these things at a begginer stage.I know generally about simple vectors(not plane vectors)and 3d matrices!
i want to know in simple clear terms,not involving any complex terms!
 
  • #7
What are Vector spaces,Vector basis,Transformations,linear combination,Linear transformation.I haven't known any of these things?Tell me about these things at a begginer stage.I know generally about simple vectors(not plane vectors)and 3d matrices!
i want to know in simple clear terms,not involving any complex terms!


I advise you to get an elementary text or an elementary course on vector analysis. All those terms would be described there. You might try wikipedia.
 

Suggested for: Matrices and linear transformations

Replies
44
Views
2K
Replies
45
Views
1K
Replies
10
Views
935
Replies
7
Views
747
Replies
1
Views
1K
Replies
2
Views
2K
Replies
22
Views
471
Replies
3
Views
558
Back
Top