I need to find the angle between a vector: $$(2,2,1,1)$$ and a linear subspace spanned by vectors: $$(3,4,-4,-1)$$ and $$(0,1,-1,2)$$
I know how to find the angle between two vectors using scalar product. But not a linear subspace.
I tried this:
I found a basis of that linear subspace: $$(3,4)$$ $$(0,1)$$
And then tried to find angle between vector x and any vector constructed with that basis, but it didn't work out
Its from task book, so i know the answer, its 60