Linear Algebra proof, diagonalization

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
48 replies · 8K views
I like Serena said:
Yes, it is invertible, because V_1 and V_2 have to be linearly independent.
(If you're up to it... why?)

So let's define J=[(0,0) (1,0)].
Then we'd have N P = P J with P an invertible matrix.
Can you rewrite this?


So we don't know N and when I write that I get ((0,0),(0,1)) on the RHS and N*(V_2,V_1) on the LHS.
 
on Phys.org
I like Serena said:
Yes.
What happens if you multiply the LHS and the RHS with the inverse of P?

So I get N*((1,0),(0,1))=((0,0),(1,0)) which is what we want. Because N times the identity equals the similar matrix.

So we can just use anything that generates R^2...

Isn't it a lot simpler to say N*(0,1)=(0,0) where (0,1) is V_1 as I noted in my original attempt at the problem or cannot you not do that because we do not know what N is?
 
hedgie said:
So I get N*((1,0),(0,1))=((0,0),(0,1)) which is what we want.

Umm... no...
You need to show that N is similar to J.
But you don't and can't know what N, P, V_1, or V_2 are...
You can only find some properties of them, like to which matrix N is similar to, and that V_1 and V_2 are linearly independent.

hedgie said:
So we can just use anything that generates R^2...

:confused:


hedgie said:
Isn't it a lot simpler to say N*(0,1)=(0,0) where (0,1) is V_1 as I noted in my original attempt at the problem or cannot you not do that because we do not know what N is?

N*(0,1)=(0,0) may or may not be true. It's not possible to say.
 
Why do we not know V_1 and V_2 are they not E_1 and E_2 for R^2 and then transformed to get ((0,1),(0,0))
 
Do they satisfy the transformation or the ((1,1),(-1,-1)) * V_1= V_2...no for the second one if V_1 = (0,1)...completely lost now.
 
Are you just picking arbitrary V_1? shouldn't it be the first column?
 
We had always used columns in class and from the book...and the basis are all columns and everything we have been writing or I at least have been writing is in columns.

Which is why I would've thought (1,-1) is V1 and why I asked if it was arbitrary...if I was using rows i'd expect (1,1).
 
That's why I adjusted post #36, to avoid confusion.

So what is:
[tex]N\cdot \begin{pmatrix}1 \\ 1\end{pmatrix}=\begin{pmatrix}1 & 1 \\ -1 & -1 \end{pmatrix} \cdot \begin{pmatrix}1 \\ 1\end{pmatrix}[/tex]

And what do you get if you multiply N with the resulting vector?

What are therefore V_1 and V_2?
 
(a_11+a_12,a_21+a_22) as a 2x1 matrix if we do not know what v_1 and v_2 are..

V_1 and V_2 are both (1,1) or the 2x2 matrix of ((1,1),(1,1))
 
yes (2,-2) column vector...also tried to solve the problem using the matrix ((a,b),(c,d)) and got a=+-d
 
I don't, I only got a=-d, sorry typo.

((1,-1),(1,-1))*(2,-2)=(0,0) and (V_1 V_2) = ((2,-2),(2,-2))
 
Why would it be the first row and the column that i am multiplying it against transposed to a row?