New Reply

Linear Algebra: Matrix Transformations

 
Share Thread Thread Tools
Feb4-12, 08:58 PM   #1
 

Linear Algebra: Matrix Transformations


1. The problem statement, all variables and given/known data
Some matrix transformations [itex] f [/itex] have the property that [itex] f(u) = f(v), when u ≠v [/itex]. That is, the images of different vectors can be the same. For each of the following matrix transformations [itex] f : R^{2} → R^{2} [/itex] defined by [itex]f(u) = Au [/itex], find two different vectors [itex] u [/itex] and [itex] v[/itex] such that [itex] f(u)=f(v)=w[/itex] for the given vector [itex] w[/itex].

A = [tex]
\begin{pmatrix}
1 & 2 & 0\\
0 & 1 & -1\\
\end{pmatrix}
[/tex]
w=
[tex]
\begin{pmatrix}
0\\
-1\\
\end{pmatrix}
[/tex]

2. Relevant equations

My professor noted that there was a typo in the book, and that instead of [itex] f : R^{2} → R^{2} [/itex], it should be [itex] f : R^{3} → R^{2} [/itex].

3. The attempt at a solution

My professor has been on jury duty for the past week, and our sub just assigns us homework without much instruction or guidance. We haven't been properly introduced to the notation [itex] R[/itex], either.

But from inferring from the problem, is it safe to assume that [itex] w = Au [/itex]?
Also, would I have to use something along the lines of
u = [tex]
\begin{pmatrix}
x\\
y\\
z\\
\end{pmatrix}
[/tex] ?

Detailed instruction would be much appreciated, as I am anxious to grasp the subject matter.
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> 'Whodunnit' of Irish potato famine solved
>> The mammoth's lament: Study shows how cosmic impact sparked devastating climate change
>> Curiosity Mars rover drills second rock target
Feb4-12, 09:35 PM   #2
 
Recognitions:
Science Advisor Science Advisor
yes w = Au means that the (column) vector w is equal to the matrix product of the matrix A and the (column) vector u.

so if u = (x,y,z)T, then Au = (x+2y,y-z)T

so you need to find 2 different triples: u1 = (x1,y1,z1)T, u2 = (x2,y2,z2)T, such that:

Au1 = Au2 = w = (0,-1)T.

one way to do this, is to solve the linear system of equations:

x + 2y = 0
y - z = -1

if you do this correctly, you should wind up with a "free variable". two different choices for this free variable will give you two different u1, u2.

(as for the "R" notation, R2 means simply the set of pairs of real numbers, and R3 is the set of trios (triples) of real numbers. these are given a notion of vector addition by "adding coordinate-by-coordinate" and a notion of scalar multiplication by "scaling each coordinate by a real number" that is, multiplying each coordinate by the same real number).
 
New Reply

Tags
linear algebra, matrix, transformation, vectors
Thread Tools


Similar Threads for: Linear Algebra: Matrix Transformations
Thread Forum Replies
Linear algebra proof (matrices and linear transformations) Calculus & Beyond Homework 2
Matrix of Linear Transformations Calculus & Beyond Homework 3
Another linear algebra problem, basis and linear transformations. Calculus & Beyond Homework 7
Linear Algebra - Linear Transformations, Change of Basis Calculus & Beyond Homework 3
Linear Algebra (Vector spaces, linear independent subsets, transformations) Calculus & Beyond Homework 12