Recent content by cr2504life
-
C
Graduate Understanding Valleys in the Conduction Band
I see from the solution now that the 'effective' temperature of an electron which moves from the r-valley to the L-valley is equal to T = 0.29eV*q/k ~ 3600 K, I had done this correctly.- cr2504life
- Post #3
- Forum: Atomic and Condensed Matter
-
C
Graduate Understanding Valleys in the Conduction Band
Hi and thanks for reading, I don't really understand the valleys in the conduction band, in the E vs. k diagram, there is the L-valley, r-valley and X-valley. Each has a different momentum... and are at different energy levels. I understand that at any temperature above absolute zero, a...- cr2504life
- Thread
- Band Conduction Conduction band
- Replies: 3
- Forum: Atomic and Condensed Matter
-
C
Undergrad How to solve for matrix V ? A = V*S*V'
Im trying this out in MATLAB, VV' = V'V = I, yup, confirmed in MATLAB. and to find V, [V,S] = eig(A); I really only know this eigenvalue/vector stuff on a superficial level. Thanks.- cr2504life
- Post #8
- Forum: Linear and Abstract Algebra
-
C
Undergrad How to solve for matrix V ? A = V*S*V'
So, since S is a diagonal matrix containing the eigenvalues of A, V seems to be a matrix whos corresponding columns are the eigen vectors of A. A = V*S*V' checks out. I should have mentioned that S was a diagonal matrix which containes the eigenvalues of A. Ppmsrw3 thanks for your general...- cr2504life
- Post #6
- Forum: Linear and Abstract Algebra
-
C
Undergrad How to solve for matrix V ? A = V*S*V'
Thanks pmsrw3, I am going to give that a try, I'll post my finings. and yes, A is symmetric too. Also, S is a diagonal matrix containing the eigenvalues of A.- cr2504life
- Post #4
- Forum: Linear and Abstract Algebra
-
C
Undergrad How to solve for matrix V ? A = V*S*V'
How to solve for matrix V ?? A = V*S*V' I have A, V, and S (all matricies, square and invertable). A = V*S*V' where V' is transpose(V) I know A and S, how do I solve for V ?? S is symmetric incase that helps. Much appreciated. J.- cr2504life
- Thread
- Matrix
- Replies: 7
- Forum: Linear and Abstract Algebra