• Keine Ergebnisse gefunden

Exercise Sheet no. 3

N/A
N/A
Protected

Academic year: 2022

Aktie "Exercise Sheet no. 3"

Copied!
3
0
0

Wird geladen.... (Jetzt Volltext ansehen)

Volltext

(1)

Linear Algebra II

Exercise Sheet no. 3

SS 2011

Prof. Dr. Otto April 29, 2011

Dr. Le Roux Dr. Linshaw

Exercise 1 (Warm-up: Multiple Zeroes) For a polynomialp=Pn

i=0aiXi∈F[X]define itsformal derivativep0by p0:=

n

X

i=1

iaiXi−1.

(a) Check that the usual product rule for differentiaton applies to the formal derivative of polynomials considered here!

(b) Letαbe a zero ofP. Show the equivalence of the following:

i. αis a multiple zero ofp. (In other words,(X−α)2dividesp.) ii. αis a zero ofp0.

iii. αis a zero of gcd(p,p0).

Solution:

a) The mapp7→p0is linear by definition, so it suffices to check that the claim holds for monomialsp=Xkandq=Xl. On the one hand(pq)0= (Xk+l)0= (k+l)Xk+l−1; on the other handp0q+q0p=kXk−1Xl+l Xl−1Xk= (k+l)Xk+l−1. b) Letαbe a zero ofp. Thenp= (Xα)rqfor someq∈F[X]not divisible byXα. Then

p0= (Xα)rq0+r(Xα)r−1q.

To see that (i) and (ii) are equivalent, note thatαis a multiple root ofpiffr≥2, which is clearly equivalent to (ii).

To see that (ii) and (iii) are equivalent, note thatαis a zero of bothpandp0iff(Xα)is a divisor of gcd(p,p0).

Exercise 2 (Commutative subrings of matrix rings)

LetA∈F(n,n) be ann×nmatrix over a fieldF. LetRA⊆F(n,n)be the subring generated byA, which consists of all linear combinations of powers ofA.

(a) Prove thatRAis a commutative subring ofF(n,n).

(b) Consider the evaluation map˜:F[X]→RAdefined by ˜p=Pn

i aiAi forp=Pn

i aiXi. Show that this map is a ring homomorphism. Is it surjective? Injective?

Hint: By forgetting about the multiplicative structure, we may regardF[X]andRAas vector spaces overF, and we may regard˜as a vector space homomorphism. DoF[X]andRAhave the same dimension asF-vector spaces?

Solution:

a) We haveAkAl=Ak+l=AlAkfor all0≤k,land since every element of the ring is a linear combination of powers ofA, the claim follows.

b) It is straightforward to check that it is a ring homomorphism, and it is surjective by definition. Since F(n,n)is a finite-dimensional vector space overFandRAis a subspace ofF(n,n),RAis also a finite-dimensional vector space overF. On the other handF[X]is an infinite-dimensional vector space overF. (See exerciseT3.1.) Therefore the map cannot be injective. (Note that this is consistent with the Cayley-Hamilton Theorem.)

1

(2)

Exercise 3 (The Euclidean algorithm revisited)

Recall the Euclidean algorithm from Exercise Sheet 2. In particular, given natural numbersa,b, we normalise so that d1=min{a,b}andd0=max{a,b}. In each step, we divide with remainder, obtainingdk−1=qkdk+dk+1. At the end of this proceduredk+1=0, anddk=gcd(a,b).

(a) Letkbe the number of steps needed to compute gcd(a0,b0)in this way. Consider the matrixM∈Z(2,2)given by M=

0 1 1 q1

0 1

1 q2

· · · 0 1

1 qk

.

Show thatMis regular and thatM−1is again a matrix overZ. ComputeM−1 d1

d0

. (b) Interpret the entries in second row ofM−1in terms of gcd(d0,d1).

(c) Recall that theleast common multiplelcm(d0,d1)is an integerzcharacterized by the following properties:

i. d0|zandd1|z.

ii. Ifais any integer for whichd0|aandd1|a, thenz|a.

Interpret the entries in the first row ofM−1in terms of lcm(d0,d1).

Solution:

a) Each matrix 0 1

1 qk

has determinant−1. Therefore det(M) = (−1)k, soM is regular. It follows that

M−1=

m11 m12 m21 m22

−1

= (−1)k

m22m12

m21 m11

which clearly has integer entries. Using the above notation we have 0 1

1 ql

dl+1 dl

= dl

dl−1

. It follows that

M−1 d1

d0

= 0 1

1 qk −1

0 1

1 qk−1 −1

. . . 0 1

1 q2 −1

0 1

1 q1 −1

d1 d0

= 0 1

1 qk −1

0 1

1 qk−1 −1

. . . 0 1

1 q2 −1

d2 d1

=

0 gcd(d0,d1)

.

b) LetM−1= p l

m n

. Somd1+nd0=gcd(d0,d1). Thereforemandnare the coefficients used to write gcd(d0,d1) as an integer linear combination ofd0andd1.

c) We havepd1+l d0=0sopd1=−l d0. It follows thatd0|pd1andd1|pd1. Letz=lcm(d0,d1). Thenzalso divides pd1, that ispd1=rzfor somer. Moreoverdet(M−1) =±1, sopandlare relatively prime. Sincepd1=−l d0=rz and sincez=lcm(d0,d1), it follows thatr dividespandl. Sor=±1and|pd1|=|l d0|=lcm(d0,d1). (See the OWO Lecture Notes from 2008/09.)

Exercise 4 (Polynomial factorisation and diagonalisation) Consider the following polynomials inF[X]forF=Q,RandC:

p1=X3−2, p2=X3+4X2+2X, p3=X3X2−2X+2.

(a) Which of these polynomials are irreducible inF[X]?

(b) Which of these polynomials decompose into linear factors overF[X]?

2

(3)

(c) Supposepiis the characteristic polynomial of a matrixAi∈F(3,3). Which of theAiis diagonalisable overF? Solution:

Over the complex numbers these polynomials decompose as p1 = (X−p3

2)(X−p3

2ω)(X−p32), p2 = X(X+2+p

2)(X+2−p 2), p3 = (X−1)(X+p

2)(X−p 2),

withω=e23πi.

a) Sincep1has no rational roots, it is irreducible overQ, whilep2andp3are not.

None of these polynomials is irreducible overRorC(every third degree polynomial is reducible overRandC).

b) None of the above polynomials decompose into linear factors overQ. p2andp3decompose into linear factors overR, whilep1does not.

All polynomials inC[X]decompose into linear factors overC, especially so dop1,p2andp3. c) Applying Propositions 1.1.15 and 1.3.1, it follows that

1. the matricesAiare diagonalisable overC; 2. A2andA3, but notA1, are diagonalisable overR; 3. none of theAiare diagonalisable overQ.

3

Referenzen

ÄHNLICHE DOKUMENTE