Find a basis and calculate the dimension of the following subspaces of R4
U = [a b c d] | a+b=c+d in R
now a basis is supposed to be linear independant
but that conditon on a,b,c,d makes this a bit strange
can i just say d = a+b - c and then pick
a basis as (1,0,0,1),(0,1,0,1),(0,0,1,-1)...