Here is the problem from the book.
Consider $R^4$ with the standard inner product. Let $W$ be the subspace of $R^4$ consisting of all vectors which are orthogonal to both $\alpha = (1, 0, -1, 1)$ and $\beta = (2, 3, -1, 2)$. Find a basis for $W$.
I am trying to solve this problem using Gram-Schmidt orthogonalization process but it isn't working out. Is it possible to solve this using Gram-Schmidt process or there is some other way? In either case, please help me as I am reading the book on my own.
You can write your space as $$W=\{(x,y,z,w)\in\mathbb{R}^4: \langle(x,y,z,w),(1,0,-1,1)\rangle=0,\,\langle(x,y,z,w),(2,3,-1,2)\rangle=0\}.$$ The two inner product conditions give you a (homogeneous) system of linear equations with two free variables, so you should get a 2-dimensional space.