Is the set $\{(1-i,i),(2, -1 +i)\} \subset \mathbb{C}^2$ linear independent when:
1) we consider $\mathbb{C^2}$ as complex vector space (complex scalars)
2) we consider $\mathbb{C^2}$ as real vector space (real scalars)
I started with setting:
$a(1-i,i) + b(2, -1 + i) = (0,0)$
But then I always find that $a = b = 0$, although my solution tells me that:
$(1-i,i) = (1/2 - 1/2i)(2, -1 + i)$
Thus the set is linear dependent when we consider it as complex vector space. How do I solve this complex system of equations?
Perform elimination on \begin{align} \begin{bmatrix} 1-i & 2 \\ i & -1+i \end{bmatrix} &\to \begin{bmatrix} 1 & 1+i \\ i & -1+i \end{bmatrix} && R_1\gets \tfrac{1}{1-i}R_1 \\[6px]&\to \begin{bmatrix} 1 & 1+i \\ 0 & 0 \end{bmatrix} && R_2\gets R_2-iR_1 \end{align} This means that $$ (2,-1+i)=(1+i)(1-i,i) $$ In particular, there is no real number $r$ such that $$ (2,-1+i)=r(1-i,i) $$ so the two vectors are linearly independent over $\mathbb{R}$.