(1) True or False
(2) Add a copy of the last row of A_n to all the other rows of A_n. This does not change the determinant, and results is a matrix with 2's on or below the main diagonal (except for the last row of all 1's) and 0's above the main diagonal. The det of this lower diagonal matrix is the product of the diagonal entries, which is 2^(n-1).
(3) The eigenvalue .5 has algebraic and geometric multiplicity 1, and the eigenvalue 3 had algebraic and geometric multiplicity 2. For lambda=.5 an eigenvector is (1,1,5) and for lambda=3 eigenvectors are e_1 and e_2. These 3 eigenvectors form an eigen basis. The the first entry of A^t w is (.5)^t + 2 (3)^t, the second entry is (.5)^t + 3 (3)^t, and the third entry is 5 (.5)^t.
(4) If V is to be the kernel of the projection, then we are projecting onto V perpendicular. But we know the perpendicular space to the image of a matrix is just the kernel of the matrix's transpose. You can find this kernel to be spanned by (2,0,0,1) and (0,2,-1,0). The projection onto the lines through each vector, given by u u^T are, respectively,
4 0 0 2 0 0 0 0 0 0 0 0 and 0 4 -2 0 0 0 0 0 0 -2 1 0 2 0 0 1 0 0 0 0Since the two vectors are orthogonal, the sum of these two matrices is the matrix of the projection onto V:
4 0 0 2 0 4 -2 0 0 -2 1 0 2 0 0 1
(5)