evalover1987
- 14
- 0
Homework Statement
Homework Equations
The Attempt at a Solution
Last edited:
arkajad said:I think that, excluding the zero matrix, for 2x2 matrices being rank 1 is equivalent to det(A)=0. That means tangent vectors are given by traceless matrices. That should be enough to solve your problem.
arkajad said:I was talking about tangent vectors - they should be traceless. See "http://www.math.ntnu.no/~hanche/notes/diffdet/diffdet-600dpi.ps" ".
arkajad said:I was talking about tangent vectors - they should be traceless. See "http://www.math.ntnu.no/~hanche/notes/diffdet/diffdet-600dpi.ps" ".
arkajad said:Another possible approach: A is of rank 1 if and only if there are unitary U,V such that
A=U\begin{pmatrix}1&0\\0&0\end{pmatrix}V
Therefore a path in rank 1 matrices can be described as
A(t)=U(t)\begin{pmatrix}1&0\\0&0\end{pmatrix}V(t)
Differentiating:
\dot{A}=\dot{U}U^{-1}A+AV^{-1}\dot{V}.
Both \dot{U}U^{-1} and V^{-1}\dot{V}
are anti-hermitian. This gives you the general form of a tangent vector at A.
evalover1987 said:thanks for help, and I again apologize for my rudeness in the previous post
arkajad said:I was not very helpful. I tried to be, but I was too fast, and what I wrote is not yet a solution. But I think the solution is pretty close.
arkajad said:Take \begin{pmatrix}1&0\\0&-1\end{pmatrix}. Exponentiate it to get:
S(t)=\begin{pmatrix}e^t&0\\0&e^{-t}\end{pmatrix}
Calculate
S(t)\begin{pmatrix}0&0\\1&1\end{pmatrix}S(-t)=\begin{pmatrix}0&0\\e^{-2t}&1\end{pmatrix}
P.S. Still confused ...
arkajad said:I have made several corrections in my example, but the last version may even work.