
I know how to check lineraly dependent and lineraly independent a set of vectors in R . I make a matrix and check its rank as it is my favourite method and I find it easy.
Now the problem is I can check these vectors over $\Bbb{C}$ by checking linear combination of these two vectors and inspecting if the scalars that I used are all zero or not
But I want to know is there a way to check that these vectors are lineraly dependent or independent by matrix method over $\Bbb{C}$ as well?