Advanced Linear Algebra
Write out your solutions in a clear, complete, and precise manner. You should have ample time to revise solutions, so please do so. Please use a new sheet of paper for each question. Please only write on one side of each page.
1. Do one of the following. (a) Let A be an n × n matrix over C with characteristic polynomial (x ? ?)n. Prove that for k ? 1, rank(A ? ?I)k?1 ? rank(A ? ?I)k = the number of Jordan blocks of A of size l × l with l ? k. (b) Let V of V . transformation be a finite dimensional Let A : V ? V such that vector space over a field be (
Af)(v) ?a linear = transformation. f(Av) for all v ? Define V F, A and ?: and f ? V ?V ?let . ? Show V ?V ?be to that
the be vector A the and unique A space ?have linear dual the same Jordan canonical form. 2. Do one of the following. (a) Do the followoing i. Prove: If A is an invertible matrix with SVD A = U?V ?, then ? is invertible and A?1 has
SVD A?1 = V ??1U?. ii. The condition number of an invertible matrix A is ?(A) = ||A||op||A?1||op. Show that ?(A)
> 1.
Hint: Use (i) to write ||A?1||op in terms of the singular values of A. Comment: The condition number bounds the relative error in the solution to Ax = b in terms of the relative error in b: Given an error h in b, we are solving Ax = b + h. It can be shown that ||A?1h||/||x|| ? ?(A)||h||/||b||. (b) In class we saw an algorithm to find the SVD of a matrix A, which required us to (1) find the eigenvalues of A?A to find the singular values, (2) orthonormal bases for its eigenspaces for the left singular vectors, and (3) a scaled image of A applied to each element of these basis vectors for the right singular vectors. Each step involves other steps, such as finding a determinant and applying Gram-Schmidt. i. Show each step (with substeps) as you compute the SVD of A =
[1 ?1 1 ?1 2
2]. ii. Show each step as you use the SVD of A in (i) to compute the Moore-Penrose inverse of A. You may perform/verify your work with a computer algebra system, but all key details should be included in your solution. Include a description/title for each step. 3. Do one of the following. (a) Let V denote an inner product space. Fix y, z ? V and define T : V ? V by T(x) = ?x, y?z. Show that T is linear and that T ? exists. Give an expression for T ?(x) involving x, y, and z. (b) Let V be a finite-dimensional
inner product space, and let {?1,…,?n} be an orthonormal basis for V . Show that for any vectors ?, ? ? V , (?|?) =
?n(?|?i)(? |?i). k=1
2
4. Write a brief synopsis of the following proof. That is to say, summarize the key steps/big ideas in a few sentences which provide an outline, omitting the more routine details. Let T be a linear operator on
the finite-dimensional space V . Prove that T has a cyclic vector if and only if the following is true: Every linear operator U which commutes with T is a polynomial in T. Proof. First suppose T has a cyclic vector
?, and say U commutes with T. Then V has a basis {?, T ?, . . . , T n?1?}. Now U? = ?ni=1 ciT i?1?. Let f =
?ni=1 ciXi?1, so U? = f(T)?. Hence UT i? = T iU? = T if(T)? = f(T)T i?. Thus U and f(T) agree on a basis of V , so U = f(T). Now suppose every linear operator U which commutes with T is a polynomial in T. By
Theorem 3, we have cyclic decomposition V = Z(?1;T) ?···? Z(?r;T). Since each cyclic subspace is
T-invariant, T commutes with the projection Ei of V to Z(?i;T). In particular, Ei = fi(T) for some
polynomial fi by assumption. Suppose for the sake of contradiction that r > 1. Observe that E2?1 =
f2(T)?1 = 0. In particular, the T-annihilator p1 of ?1 divides f2. But by the cyclic decomposition
theorem, the T-annihilator p2 of ?2 divides p1. Hence p2|f2, which implies f2?2 = 0, contradicting
the fact that E2 the projection of V on Z(?2;T) acts as the identity on ?2. Thus r = 1, so T has a
cyclic vector.
Sample: There is no definitive correct synopsis of a proof, as different people may judge different steps as important enough to merit mentioning. The actual problem is more involved than this sample (e.g. each direction of the if and only if will have its own subsynopsis), and so the synopsis will be as well. But for reference we offer the following elementary example.
if vectors v1, …, vn are linearly independent, then every vector in their span can be written as a unique linear combination of these vectors.
Proof. Suppose ? in the span v1, …, vn of has two distinct expressions:
? = b1v1 + ··· + bnvn ? =
c1v1 + ··· + cnvn
Subtracting these two equations gives
0=(b1v1 + ··· + bnvn) ? (c1v1 + ··· + cnvn)=(b1 ? c1)v1 + ··· + (bn ? cn)vn.
Since the expressions are distinct, not all of the coefficients (bi ? ci) are zero, so v1, …, vn are linearly dependent. The result follows by contrapositive.
Synopsis: Argue by contrapositive. If some vector has two distinct expression as a linear com- bination, the difference of the expressions is an expression for 0 as a linear combination of the vectors with at least one nonzero coefficient, ie, a linear dependence.
Comment: Observe the difference in detail between a full proof and the synopsis. An experienced mathematician can fill in the details from the summary provided by the synopsis.


Recent Comments