I am solving the following problem:
For k ∈ R (real number) and A ∈ R^(n x n) fixed, V = R^n and W = {x ∈ R^n | Ax = kx}
Now I apply the rule which is if you have a c ∈ R and u ∈ V then cu ∈ V I take c = -4 and x = (3,3) => cu = (-12, -12) then to see if c*u is ∈ V we have:
If i take n=2, then I take ux = (3,3), A = [2,2 --- 2,2], k = -5 and then I do the A (cu) = k (cu) and I get as a result (-48, -48) = (60, 60) which is not true.
Now my QUESTION is that what does that word "FIXED" mean in the sentence of the problem, does that change anything?
I think you're mixing up which order we take different vectors and numbers here.
Consider $W\subseteq V$ as a subset. We want to prove that it is a subspace. For it to be a subspace, we need three things:
With all three properties checked, this means that $W$ is indeed a subspace of $V$. It is known as "the eigenspace of $A$ corresponding to the eigenvalue $k$".