During solving an eigenvector problem for matrix $$ \begin{bmatrix} 3 & -5 \\ 2 & -3 \\ \end{bmatrix} $$ I got a solution λ = $i$ and a matrix: $$ \begin{bmatrix} i-3 & 5 \\ -2 & i+3 \\ \end{bmatrix} $$ I tried to reduce it, but did not succeed with this task, then I looked to a solution of this problem, and it states that: $$ \begin{bmatrix} 3-i & -5 \\ 2 & -i-3 \\ \end{bmatrix} \rightarrow \begin{bmatrix} 3-i & -5 \\ 0 & 0 \\ \end{bmatrix} $$ Q: Why so? Is it a property, or some row operations can perform this reduction?
And furthermore, it states, that eigenvector corresponding to λ = $i$ is: $$ \begin{bmatrix} 5 \\ 3-i \\ \end{bmatrix} $$ I would rather expect to have a pivot entry on the position of $3-i$, in the resulting matrix.
Q: How do I come up with such a solution.