Linear Algebra - Matrix with given eigenvalues

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
21 replies · 3K views
roto25
Messages
11
Reaction score
0

Homework Statement


Come up with a 2 x 2 matrix with 2 and 1 as the eigenvalues. All the entries must be positive.
Then, find a 3 x 3 matrix with 1, 2, 3 as eigenvalues.

The Attempt at a Solution


I found the characteristic equation for the 2x2 would be λ2 - 3λ + 2 = 0. But then I couldn't get a matrix with positive entries to work for that.
 
Last edited:
Physics news on Phys.org
Does that count for the entries being positive though?
 
? Why do the diagonal matrices
[tex]\begin{bmatrix}1 & 0 \\ 0 & 2\end{bmatrix}[/tex]
and
[tex]\begin{bmatrix} 1 & 0 & 0 \\ 0 & 2 & 0 \\ 0 & 0 & 3\end{bmatrix}[/tex]
NOT count as "all entries positive"?
 
Oh, I had typed 3 instead of 2 for the characteristic polynomial. I ended up looking at this from a Hermitian matrix point of view.
And then I got the matrix:
0 i +1
i-1 3
And I did get the right eigenvalues from that. Does that work?
 
Yeah, I didn't realize that at first. :/
 
roto25 said:
Oh, I had typed 3 instead of 2 for the characteristic polynomial. I ended up looking at this from a Hermitian matrix point of view.
And then I got the matrix:
0 i +1
i-1 3
And I did get the right eigenvalues from that. Does that work?

I don't think i+1 would be considered a positive number either. Stick to real entries. Your diagonal entries need to sum to 3, and their product should be greater than 2. Do you see why?
 
Yes. Theoretically, I know what it should do. I just can't actually find the right values to do it.
 
roto25 said:
Yes. Theoretically, I know what it should do. I just can't actually find the right values to do it.

Call one diagonal entry x. Then the other one must be 3-x. Can you find a positive value of x that makes x*(3-x)>2? Graph it.
 
Well, any value of x between 1 and 2 (like 1.1) work.
 
but if I set x to be 1.1, my matrix would be
1.1 __
__ 1.9

And those two spaces have to be equivalent to 1.1*1.9 - 2, right?
because no matter what values I try, when the eigenvalues are getting closer to 1 and two, the matrix is just getting closer to the matrix of:
1 0
0 2
 
roto25 said:
but if I set x to be 1.1, my matrix would be
1.1 __
__ 1.9

And those two spaces have to be equivalent to 1.1*1.9 - 2, right?
because no matter what values I try, when the eigenvalues are getting closer to 1 and two, the matrix is just getting closer to the matrix of:
1 0
0 2

The two spaces multiplied together have to give you 1.1*1.9 - 2. How about putting one blank to be 1 and the other to be 1.1*1.9 - 2? The eigenvalues should work out to EXACTLY 1 and 2. Try it with x=3/2.
 
I had just figured out that
1.5 0.5
0.5 1.5
worked out! :)