If I have two vectors for which the relation can be written $$ \begin{bmatrix}\vec{I}_1\\\vec{I}_2\\\vec{I}_3\end{bmatrix} = \begin{bmatrix}A\end{bmatrix} \begin{bmatrix}\vec{I}_1\\\vec{I}_2\\\vec{I}_3\end{bmatrix} $$ Is [A] necessarily an identity matrix?
What if I have a condition that $\vec{I}_1$ = 0.5*($\vec{I}_2$ + $\vec{I}_3$), can this not be phrased as: $$ \begin{bmatrix}\vec{I}_1\\\vec{I}_2\\\vec{I}_3\end{bmatrix} = \begin{bmatrix} 0&0.5&0.5\\ 2&0&-1\\ 2&-1&0\\ \end{bmatrix} \begin{bmatrix}\vec{I}_1\\\vec{I}_2\\\vec{I}_3\end{bmatrix} $$
Does this stipulate that somehow
$$ \begin{bmatrix} 0&0.5&0.5\\ 2&0&-1\\ 2&-1&0\\ \end{bmatrix} = \begin{bmatrix} 1&0&0\\ 0&1&0\\ 0&0&1\\ \end{bmatrix} $$
I am of course aware that the left hand matrix can be rearranged to get the right hand matrix. Clarification on my bad assumptions would be appreciated - does this mean a set of vectors does not necessarily need to be equal to itself?
Thanks
Not quite. The fact that if $v = \left[\begin{array}{c}x_1\\x_2\\x_3 \end{array}\right]$ and $Av=v$, then $v$ is an eigenvector for $A$ with corresponding eigenvalue 1. For instance, if $v = \left[\begin{array}{c}2\\0\\0 \end{array}\right]$ and $A = \left[\begin{array}{ccc}1 & 0 & 0 \\0 &0 & 0 \\0 & 0 & 0 \end{array}\right]$, then $Av = v$. However, if $Av = v$ for all $v \in \mathbb{R}^3$, then $A = I_{3\times 3}$ the $3\times 3$ identity matrix.