Thanks for your reply.
So it's obvious that the zero vector is in W.
Check if T + S is in W (closure under addition):
T(1,0,1,0) + S(0,1,0,-1) = 0 + 0 = 0
Since T + S is in N(T), W is closed under addition.
Check if cT is in W (closure under scalar multiplication):
cT(1,0,1,0) = c * 0...