Next: Real Analysis
Up: Linear Algebra
Previous: Outline
- 1.
- For any
matrix A, the trace of A is defined by
- (a)
- Prove that
for all
matrices A and B.
- (b)
- Prove that, for all
matrices A and B and all
scalars
and
,
- (c)
- Prove that an
matrix A satisfies
if and
only if A=0.
- 2.
- Let A be an
matrix. Prove that
Here Null(A) denotes the null space (kernel) of A, while
Col(AT) is the column space (range) of AT.
- 3.
- The
matrix A is given by
- (a)
- Find the Singular Value Decomposition (SVD) of A.
- (b)
- Find
,
the Moore-Penrose generalized inverse of A(you can express it in factored form, if convenient).
- (c)
- Find the least-squares solution of Ax=b, where
- 4.
- Let V be the vector space of real polynomials of degree less than
or equal to 2. Define an inner product
on V by
- (a)
- Use the Gram-Schmidt (or modified Gram-Schmidt) procedure to produce
an orthogonal basis for V from the standard basis
.
- (b)
- Find the coordinates of p(x)=6x2 in the orthogonal basis you just
computed.
- 5.
- The set
,
where
is an orthogonal basis for
,
while
,
where
is an orthogonal basis for
.
The
matrix A is defined
by
Find orthogonal bases for:
- (a)
- Null(A)
- (b)
- Null(AT)
- (c)
- Col(A)
- (d)
- Col(AT)
- 6.
- Suppose A is an
real symmetric matrix.
- (a)
- Prove that the eigenvalues of A are real, and the corresponding
eigenvectors can be chosen to be real.
- (b)
- Prove that eigenvectors of A corresponding to distinct eigenvalues
are orthogonal.
- 7.
- Let A be an
real symmetric matrix. Prove that there
is an orthonormal basis for
consisting of eigenvectors of A.
(You may use the results of the previous exercise.)
- 8.
- Let A be a real
matrix. Prove that AAT and ATAhave the same nonzero eigenvalues.
- 9.
- Let P be a symmetric
matrix satisfying
P2=P, and assume that P is neither the zero matrix nor the identity
matrix. Let W1 be the column space of P and W2 be the null space
of P.
- (a)
- Prove that
if and only if P x=x.
- (b)
- Prove that if
is an eigenvalue of P, then
is
zero or one.
- (c)
- Prove that
is the direct sum of W1 and W2. That is, prove
that every
can be written uniquely as x=y+z,
,
.
- (d)
- Prove that, for each
,
P x is the vector in W1 closest
to x (in the Euclidean norm).
- 10.
- Let A be an
matrix. Prove that eigenvectors corresponding
to distinct eigenvalues are linearly independent. That is, prove that if
are distinct eigenvalues of A, and
are corresponding eigenvectors, then
is a linearly independent set.
- 11.
- Suppose
and
are two different orthonormal bases for a subspace W of
.
Suppose further that the scalars aij, i,j=1,2,3, satisfy
- (a)
- Show that the
matrix A whose entries are aij,
i,j=1,2,3, is orthogonal.
- (b)
- Prove that the matrices
u1u1T+u2u2T+u3u3T and
v1v1T+v2v2T+v3v3T are equal.
- (c)
- Interpret the action of
P=u1u1T+u2u2T+u3u3T: If
,
what is the significance of Px?
- 12.
- Let V be an inner product space, let W be a finite-dimensional
subspace of V with basis
,
and let v be any
vector in V.
- (a)
- Prove that there is a unique vector
closest to v (the best
approximation to v from W). ``Closest'' is defined in terms of the
norm induced by the inner product.
- (b)
- Derive the normal equations for computing the best approximation
w to v from W.
- 13.
- Give an example to show that Gaussian elimination without partial
pivoting can be unstable in finite precision arithmetic. Show that
the use of partial pivoting eliminates the instability in your example.
(Hint: The matrix need not be large--a
matrix will do!)
- 14.
- Suppose A is a nonsingular
matrix and
satisfy
Give a bound on
in terms of
.
Next: Real Analysis
Up: Linear Algebra
Previous: Outline
Mark S. Gockenbach
2002-07-17