Matrices and linear transformations

Click For Summary

Discussion Overview

The discussion revolves around the concepts of matrices and linear transformations, exploring their definitions, representations, and relationships. Participants seek to understand the foundational elements of linear algebra, including vector spaces, transformations, and the mathematical structures involved.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Homework-related

Main Points Raised

  • Some participants express a need to learn about matrices and their connection to linear transformations, questioning what linear transformations are and how they are represented by matrices.
  • One participant provides a simple example of a linear transformation in two dimensions, illustrating how points in one coordinate system can be transformed into another using a matrix.
  • Another participant elaborates on the definition of linear transformations, emphasizing the properties they must satisfy, such as distribution over addition and scalar multiplication.
  • A further explanation includes the concept of basis vectors in vector spaces and how linear transformations can be expressed in terms of these bases, leading to the formation of matrices that represent the transformations.
  • Some participants express confusion about the concept of transformation itself, seeking clarification on what is being transformed in the context of linear transformations.
  • Several participants request a more beginner-friendly explanation of fundamental concepts such as vector spaces, transformations, and linear combinations, indicating a lack of familiarity with these terms.
  • One participant suggests that those seeking basic understanding should refer to elementary texts or courses on vector analysis for clearer explanations.

Areas of Agreement / Disagreement

Participants generally agree on the importance of understanding linear transformations and their representation by matrices, but there is significant uncertainty and confusion regarding the foundational concepts. Multiple competing views on how to explain these concepts exist, particularly regarding the level of complexity appropriate for beginners.

Contextual Notes

Some participants express a lack of understanding of key terms and concepts, indicating that the discussion may benefit from clearer definitions and explanations. There are unresolved questions about the nature of transformations and the prerequisites needed to engage with the topic effectively.

Who May Find This Useful

This discussion may be useful for individuals new to linear algebra, particularly those seeking to understand the relationship between matrices and linear transformations, as well as foundational concepts in vector spaces.

kashiark
Messages
210
Reaction score
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?
 
Physics news on Phys.org
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.
 
i don't understand what is being transformed?
 
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:
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 [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.
 
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!
 
ZunairaMaryam said:
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.
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 12 ·
Replies
12
Views
5K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K