Question 161324
Let's call the vectors u,v, and w.
u=(2,0,a)
v=(1,a,1)
w=(2,1,a)
For the set to be a basis, their dot products must be zero (orthogonality condition).
u*v=0
v*w=0
w*u=0
.
.
.
1.u*v=2*1+0*a+a*1=0
1.{{{2+a=0}}}
.
.
.
2.v*w=1*2+a*1+1+a=0
2.{{{2+2a=0}}}
.
.
.
3.w*u=2*2+1*0+a*a=0
3.{{{4+a^2=0}}}
.
.
.
From 1,
{{{2+a=0}}}
{{{a=-2}}}
This value for a also needs to satisfy eq. 2 and eq. 3,
Checking with 2,
2+2a=0
2+2(-2)=-2
the value a does not solve 2 and you can check that it doesn't solve 3 either.
If the vectors formed a basis in R3, they must be orthogonal.
From 1,2, and 3, you cannot find an "a" that solves all three equations.
There is no solution.
Additionally, you could have also concluded this since eq. 3 has no real solution.