Finding a basis of the image of a linear transformation

WednesdayBass
Messages
3
Reaction score
0

Homework Statement


Let Ψ: Mat2x2(R) -> Mat2x2(R) be defined as:
[a,b;c,d] -> [a+b, a-c; a+c, b-c]
Find a basis for the image of Ψ.

Homework Equations


None, AFAIK.

The Attempt at a Solution


I started by using the standard basis, B, for Mat2x2(R) to get B [with u in Mat2x2(R)] as [a;b;c;b] and [Ψ]BB as:
[1,1,0,0;
1,0,-1,0;
1,0,1,0;
0,1,-1,0]

And tried to use Gaussian elimination on that but that just gives me an inconsistent result.
 
Physics news on Phys.org
won't your standard basis be v1 = (\stackrel{1}{0}\stackrel{0}{0}) and so on for v2, v3, v4
 
FanofAFan said:
won't your standard basis be v1 = (\stackrel{1}{0}\stackrel{0}{0}) and so on for v2, v3, v4
Yeah, I've used that basis to get the coordinates of the matrix u ([a,b;c,d]) and find the matrix which you multiply that coordinate vector by to get the new matrix. I have no idea if that's heading in the right direction or not...
 
Is this a problem in a book... also I'm not sure what you are doing wrong but isn't it (a+b)v1 + (a-c)v2 + (a+c)v3 + (b-c)v4
 
No, it's not from a book, it's from a worksheet I've been given.

(a+b)v1 + ...
is the coordinates for Ψ(u) in the standard basis of Mat2x2(R). So the coordinate vectors are B = [a;b;c;d] and [Ψ(u)]B = [a+b;a-c;a+c;b-c] which is where I got the 4x4 matrix.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top