kith said:
No, that is your question. I ask you to explain the exact mathematical situation which you have in mind by giving an example. The exact mathematical situation wasn't clear to me from your previous posts and it still isn't clear to me from your recent post. As long as the math isn't clear it doesn't make sense to talk about its relation to the physics.If I take the vector
\begin{pmatrix}
1\\
1
\end{pmatrix}
and throw it into the matrix
\begin{pmatrix}
1 & 2\\
0 & 0
\end{pmatrix}
I get
\begin{pmatrix}
1\\
2
\end{pmatrix}
What do you mean by saying that the resulting vector is "in [a] different basis"?
I think you meant:
\begin{pmatrix}
1 & 0\\
2 & 0
\end{pmatrix}
Yes this is an example of how a matrix can act on a vector producing another vector. Calculating eigen values and eigen vectors of this matrix, you will find one non-zero eigen value which is ##\sigma_1=1## corresponds to an eigen vector,
\begin{pmatrix}
1\\
2
\end{pmatrix}
The other eigen value is zero.
So,
$$Mv_1=\sigma_1 v_1$$
which can be written as
M=v
1σ
1 v
1T
with v
1 forms one of base of the vector space. The other base, v
2 does not appear in the above equation because its corresponding eigen value =0.
This is an example of a diagonalizable matrix with two eigen values, ##\sigma_1=1 and \sigma_2=0##.
Now consider a non-diagonalizable matrix,
\begin{pmatrix}
1 & 1\\
0 & 1
\end{pmatrix}
There is no set of eigen basis for this matrix to act upon because the algebraic multiplicity is not equal to the geometrical multiplicity. But there is a way out; a set of eigen vector of vector base ##V## can be found so that the action of M on it yields eigen values in another set of eigen vectors ##U##.
So, ##Mv_k=\sigma_k u_k##, here, k=1,2
##v_1## is;
\begin{pmatrix}
\frac{2}{1+\sqrt5}\\
1
\end{pmatrix}
and ##v_2## is
\begin{pmatrix}
-1\\
\frac{\sqrt5 -1}{2}
\end{pmatrix}
##u_1## is;
\begin{pmatrix}
1\\
\frac{\sqrt5 -1}{2}
\end{pmatrix}
and ##u_2## is;
\begin{pmatrix}
\frac{-2}{\sqrt5 +1}\\
1
\end{pmatrix}
Also,
$$\sigma_1=\sqrt\frac{3+\sqrt5}{2}$$
and
$$\sigma_2=\sqrt\frac{3-\sqrt5}{2}$$
So,
$$Mv_1=\sigma_1 u_1$$
and
$$Mv_2=\sigma_2 u_2$$
So if there is a vector ##x## which is a superposition of eigen vectors in the base ##V##,
$$x=\alpha_1 v_1+\alpha_2 v_2$$
Acting on it by M yields;
$$Mx=M\alpha_1 v_1+M\alpha_2 v_2$$
$$Mx=\alpha_1 M v_1+\alpha_2 M v_2$$
$$Mx=\alpha_1 \sigma_1 u_1+\alpha_2 \sigma_2 u_2$$
$$Mx=\omega_1 u_1+\omega_2 u_2$$
Which means transforming the vector x from vector basis ##V## into another eigen basis ##U##.