Posted by Simon on Sunday, November 20, 2011 at 3:09pm.
The dimension of vector space R3 is 3.
n=(2,3,2) occupies one of the three dimensions, so the subspace orthogonal to n has a dimension of two, i.e. two vectors span the remaining subspace.
The basis of the remaining subspace can be in many forms. One way is to start with an arbitrary vector, say a1=(1,1,0) and apply Gram-Schmidt process to transform it into a vector orthogonal to n. After normalization, we get A1=(7,2,-10)/(3sqrt(17)).
Note that A1.n=0.
Similarly, if we start with a2=(1,0,1), and apply Gram-Schmidt process, we get A2=(1,0,-1)/sqrt(2).
Note also that A2.n=0, and A1.A2=0.
Thus we have a basis for R3 {n,A1,A2} of which two are orthogonal to n. (n being one of the three vectors of the basis).
... and the basis for the subspace orthogonal to n is {A1,A2}.
Related Questions
Linear Algebra - Show that the functions (c1+c2sin^2x+c3cos^2x) form a vector ...
physics - The drawing shows a force vector vector F that has a magnitude of 600 ...
linear algebra - If A is a nonsingular matrix, what is the null space of A? If A...
Algebra - How would you prove this theorem: The column space of an m x n matrix ...
Precalc - A line in space has the vector equation shown here. Fill in the blanks...
Linear Algebra - Suppose that in a certain basis B = (x,y,z), vector u is: u = ...
math - A trigonmetric polynomial of order n is t(x) = c0 + c1 * cos x + c2 * cos...
cartesian vectors 2 - let vector U = (vector u1, vector u2) vector V = (vector ...
Linear Algebra - 1/ Prove that the set V=R+ ( the set of all positive real ...
linear algebra - Show that a subset W of a vector space V is a subspace of V if ...
For Further Reading