Find Linear operator [L] and compute

Click For Summary

Homework Help Overview

The problem involves finding a linear operator L represented as a matrix based on its action on specific vectors in a four-dimensional space. The original poster seeks to determine the matrix representation of L and compute its effect on a new vector.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation, Assumption checking

Approaches and Questions Raised

  • Participants discuss expressing a new vector as a linear combination of given vectors to compute L's effect. Some suggest deriving the matrix representation of L by considering its action on basis vectors. Others question whether the provided vectors form a basis and explore the implications of that assumption.

Discussion Status

The discussion is active with various approaches being explored. Some participants have provided guidance on how to find the matrix representation of L and have suggested checking the basis properties of the vectors involved. There is a recognition of the complexity of the problem, with participants sharing insights on the relationship between the linear operator and its matrix representation.

Contextual Notes

There is an ongoing discussion about the necessity of confirming that the vectors form a basis before proceeding with finding the matrix representation. Participants also note the potential complexity of solving the system of equations involved in determining L.

Haystack
Messages
7
Reaction score
0

Homework Statement


Let L be a linear operator such that:
L[1, 1, 1, 1] = [2, 1, 0, 0]
L[1, 1, 1, 0] = [0, 2, 1, 0]
L[1, 1, 0, 1] = [1, 2, 0, 0]
L[1, 0, 1, 1] = [2, 1, 0, 1]

a) Find [L]

b) Compute L[1, 2, 3, 4]


Homework Equations





The Attempt at a Solution


I used another post on this forum to work on part b (I think) without actually using [L] itself. I expressed [1, 2, 3, 4] as a linear combination of the other vectors (a*[1, 1, 1, 1], b*[1, 1, 1, 0], c*[1, 1, 0, 1], and d*[1, 0, 1, 1]) but I'm not sure where to go from there. Anyways, wouldn't it be easier to just find [L] like it asks and use that? Thanks in advance.
 
Physics news on Phys.org
Any ideas to get me started at least?
 
OK, if you want to calculate only the value of L at (1,2,3,4) then your idea would be worth a try, however, as you have to find L explicitly, you should use that L can be reagarded via some representation as a 4 x 4 matrix, i.e., 16 entries. By calculating with 16 variables, you would ultimately obtain a solution, but I think, it is to boring. So you could try to use the expressions above as well as the fact that L is a linear operator to calculate L acting on each of the basis vectors (1,0,0,0), (0,1,0,0), (0,0,1,0), (0, 0, 0, 1). But I am not quite sure about that. The system of linear equations may be boring to perform but it will ultimately give you the solution. Sp prepare a huge mug of coffee ;)
 
You suggestion to find L(1,2,3,4) is absolutely correct. Dongo's suggestion of finding L is correct, it will be a 4x4 matrix.
 
Have you checked that the vectors (1,1,1,1), (1,1,1,0), (1,1,0,1), and (1,0,1,1) actually form a basis? We need to know that first.

Once that is done, then it's quite simple to find the matrix representation of L. In fact, the columns of [L] have a very straitforward formula...

Here's a hint. Suppose [itex]V = \left(v_1,v_2,v_3,v_4\right)[/itex] is a basis for the vector space. Look at how L operates on a linear combination [itex]c_1 v_1 + c_2 v_2 + c_3 v_3 + c_4 v_4[/itex] remembering the properites of a linear transformation.
 
Hey thanks for the replies.

Somehow I found L. Although I'm not 100% clear on how I did it...

I started with a matrix of the original vectors that L was acting on, times some 4x4 matrix, and set it equal to a matrix with the solutions of L(v1), L(v2), etc... but transposed.

|1 1 1 1||a b c d| = |2 1 0 0|
|1 1 1 0||e f g h | = |0 2 1 0|
|1 1 0 1||i j k i | = |1 2 0 0|
|1 0 1 1||m n o p| = |2 1 0 1|

Solving gave me the matrix:
|-1 3 1 1|
| 0 0 0 -1|
| 1 -1 0 0|
| 2 -1 -1 0|Which, after transposing, is [L]. (I checked)

In my mind I thought I was doing what I read from y'all. But now I can't figure out what I really did. Seems kinda crazy. Thoughts?
 
OK, suppose

[tex]B = \left( (1,1,1,1),(1,1,1,0),(1,1,0,1),(1,0,1,1) \right)[/tex]

is, in fact, a basis (we still need to check that!). The matrix [L] that you just computed is allegedly the matrix representation of L with respect to B. Let [itex]v_1[/itex] represent that first basis vector. Its coordinate vector [itex]\left[v_1 \right][/itex] with respect to B is really easy to compute, right? It's just [itex](1,0,0,0)^T[/itex].

Well we have an easy check then. Namely, [itex][L][v_1][/itex] should equal the coordinate vector of (2,1,0,0) with respect B.

Does it?
 
Yes it is a basis.

But I'm not sure I follow. In that case wouldn't [L] just be the columns of L(v1), L(v2), ... L(vn)??

I think my problem is that I keep thinking of this as matrix multiplication when it's not
 
Haystack said:
Yes it is a basis.

Good!

But I'm not sure I follow. In that case wouldn't [L] just be the columns of L(v1), L(v2), ... L(vn)??

Jackpot. However, we have to be a bit careful: The columns of [L] are the COORDINATE VECTORS of [itex]L(v_1),\ldots,L(v_n)[/itex] with respect to B. The vectors [itex]L(v_1),\ldots,L(v_n)[/itex] alone are just 4-tuples and it doesn't make much sense to say that they are columns of a matrix...

I think my problem is that I keep thinking of this as matrix multiplication when it's not

There are indeed quite subtle ideas going on here. We need to differentiate between the vector space [itex]V[/itex] of 4-tuples (on which L is a linear operator) and the vector space [itex]F^4[/itex] of column vectors with 4 entries.

(PhysicsForums doesn't have the LaTeX commands I'm used to for typesetting matrices, so I attached a quick explanation as a .pdf file. See it.)

What is really happening is that when a basis for V is fixed, it allows you to translate the problem from V to [itex]F^4[/itex] (via the basis and coordinate vectors), perform the computations (matrix multiplications) in [itex]F^4[/itex], then translate the answer back to V (via the basis and coordinate vectors).

So, the bulk of the computations in solving this problem (at least in part a) are calculating coordinate vectors...
 

Attachments

  • #10
Another thing you could do is look for a combination where:
[tex] (1,0,0,0)=a(1,1,1,1)+b(1,0,1,1)+c(1,1,0,1)+d(1,1,1,0)[/tex]
Like wise for the other basis vectors and compute
[tex] L(1,0,0,0)[/tex]
This will give you an easier time of constructing the matrix representation of L.
 
  • #11
This will indeed be the easiest way to solve this problem.
 
  • #12
I really appreciate all the help with this one y'all.

Thanks.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
3K
Replies
9
Views
2K
Replies
15
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 13 ·
Replies
13
Views
2K
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 8 ·
Replies
8
Views
2K