Alg Sol 2016
Alg Sol 2016
Alg Sol 2016
Part I.
Solve four of the following five problems.
Problem 1. Let W be the plane x + 2y + 3z = 0 in R3 . Find a basis for W
which is orthonomal relative to the usual dot product.
Solution: The vectors w1 = (2, −1, 0) and w2 = (3, 0, −1) are a basis for W . We
use the Gram-Schmidt process to obtain an orthogonal basis {v1 , v2 } for W : Put
v1 = w1 and
w1 · w2
v2 = w2 − w1 = w2 − (6/5)w1 = (3/5, 6/5, −1).
w1 · w1
Finally, an orthonormal basis is {u1 , u2 }, where
√ √
u1 = v1 /|v1 | = (2/ 5, −1/ 5, 0)
and
√ √ √
u2 = v2 /|v2 | = (3/ 70, 6/ 70, −5/ 70).
Of course there are infinitely many correct answers.
Problem 2. Consider the matrix (with real coefficients)
5 −2
A= .
3 0
Find an invertible matrix C such that C −1 AC is diagonal.
Solution: The characteristic polynomial of A is x2 − 5x + 6 = (x − 2)(x − 3),
and one easily computes that (2, 3) and (1, 1) are eigenvectors corresponding to the
eigenvalues 2 and 3. So the matrix
2 1
C=
3 1
has the property that C −1 AC is the diagonal matrix with diagonal entries 2 and 3.
Problem 3. Let A be a 2 × 2 matrix with real coefficients, and suppose that
A4 = I but A2 6= I, where I is the 2 × 2 identity matrix.
(a) Find tr (A).
Solution: Since A4 = I the eigenvalues of A are contained in the set {±1, ±i},
and since the equation x4 − 1 = 0 has 4 distinct roots A is diagonalizable. But since
A2 6= I, either i or −i is an eigenvalue. In fact if one i or −i is an eigenvalue then
both are eigenvalues, because A – and therefore also the characteristic polynomial
of A – has real coefficients. Therefore the eigenvalues are precisely i and −i, and
tr (A) = i + (−i) = 0.
(b) Give an example of a 2 × 2 matrix B with complex coefficients such that
B 4 = I and B 2 6= I but tr (B) 6= tr (A).
Solution: Let
1 0
B= ,
0 i
so that tr (B) = 1 + i 6= tr (A).
1
2
(x − 1)(x + 1). So the possibilities for f (x) are (x − 1)2 (x + 1) and (x − 1)2 . Given
that A is a 3 × 3 matrix, the corresponding Jordan normal forms are
1 1 0 1 1 0
0 1 0 and 0 1 0
0 0 −1 0 0 1
Problem 7. Make a list of abelian groups of order 32 so that every abelian
group of order 32 is isomorphic to exactly one group on your list.
Solution: By the Elementary Divisor Theorem, there are 7 possibilities:
Z/32Z,
(Z/16Z) × (Z/2Z),
(Z/8Z) × (Z/4Z),
Problem 8. Let R be a commutative ring, and let I be the set of all r ∈ R such
that rk = 0 for some positive integer k (which may depend on r). Show that I is
an ideal of R.
Solution: If r, s ∈ I then there exist integrers k, l > 1 such that rk = sl = 0.
Since R is commutative, the Binomial Theorem shows that (r + s)k+l is a sum of
integer multiples of expressions of the form rj sk+l−j with 0 6 j 6 k + l, and either
j > k or k + l − j > l. Therefore all such terms are 0 and r + s ∈ I. On the other
hand, if a ∈ R then (ar)k = ak rk = ak · 0 = 0. So I is an ideal.
Problem 9. Write Z3 /L as a direct sum (or a direct product) of cyclic groups,
where L is the subgroup of Z3 generated by (1, 1, −2), (7, 9, −14), and (5, 9, −6).
Solution: Let A be the matrix with these vectors as columns:
1 7 5
A= 1 9 9 .
−2 −14 −6
A series of row and column operations over Z converts A into a diagonal matrix
with diagonal entries 1, 2, and 4. So Z3 /L ∼
= (Z/2Z) × (Z/4Z).
Problem 10. Find an integer n > 1 such that the Galois group over Q of the
polynomial xn − n is isomorphic to (Z/2Z)2 .
Solution: Take n = 4. Since x4 − 4 = (x2 + 2)(x2 − 2), the corresponding
√
Galois extension
√ of Q is the compositum K = K1 K2 , where K1 = Q( −2) and
K2 = Q( 2). Note that Gal(K1 /Q) ∼ = Gal(K2 /Q) ∼= Z/2Z. Also K1 ∩ K2 = Q:
Indeed K1 6= K2 (since K2 ⊂ R and K1 6⊂ R) and the only subfields of K2 are
K2 itself and Q (since [K2 : Q] = 2). Hence the formal properties of the Galois
correspondence give Gal(K/Q) ∼ = Gal(K1 /Q) × Gal(K2 /Q) ∼= (Z/2Z)2 .
4