Solutions To Mathematics Textbooks/Algebra (9780132413770)/Chapter 1

From testwiki
Revision as of 02:03, 20 June 2021 by imported>JackBot (Formatting, Special:UncategorizedPages)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Exercise 1.7

We show that

(111011001)n=(1nn(n+1)/201n001).

When n=1, the equation holds. Assume it holds for n=k and consider n=k+1. Then we have

(111011001)k+1=(111011001)×(1kk(k+1)/201k001)=(1k+1(k+1)(k+2)/201k+1001).

Exercise 3.4

Using row operations we can simplify a matrix to the row-echelon form. If also column operations are allowed, starting from the first row, we can scale and subtract the pivot elements from all the non-zero elements on a row. Hence, we can bring the matrix to a form where only the pivot elements are ones, and the rest are 0. If the matrix has full rank, only row operations are enough.

Exercise 4.6

Let An×n,Dk×k,Bn×k and M=(AB0D)n+k. We want to show that detM=detAdetD.

To show this, we use the formula (1.6.4) for the determinant: detM=pSn+ksign(p)m1,p(1)mn,p(n)mn+1,p(n+1)mn+k,p(n+k). Since mn+i,p(n+i)=0 whenever 1ik,p(n+i)n, the products in the sum are nonzero only when p is a permutation such that p({1,2,,n})={1,2,,n}and p({n+1,n+2,,n+k})={n+1,n+2,,n+k}. Therefore we can write

detM=πSn,σSksign(π)sign(σ)m1,π(1)mn,π(n)mn+1,σ(1)mn+k,σ(n+k)=πSnsign(π)m1,π(1)mn,π(n)σSksign(σ)m1,σ(1)mn,σ(k)=detAdetD.

Exercise 5.1

(12)(13)(14)(15)=(15432)

(123)(234)(345)=(12)(54)

(1234)(2345)=(12453)

(12)(23)(34)(45)(51)=(2345)

Exercise 5.2

Consider the permutation p=(1324).

  • a) The permutation matrix associated to p is P=(0001001010000100).
  • b) p=(1324)=(14)(12)(13)
  • c) sign(p) = -1.

Exercise 6.2

Let An×n. Claim: A is invertible and A1 has integer entries if and only if detA=±1.

Assume A1 exists and has integer entries. First notice that from the determinant formula

detA=pSnsign(p)a1,p(1)an,p(n)

We immediately see that if the entries ai,j are integral, then the determinant must be integral as a sum of products of integers. Conversely, if the determinant is not an integer, at least one of the entries has to be non-integral.

Next we observe that since det(A)0 , det(AA1)=det(A)det(A1)=1det(A1)=1det(A). So unless detA=±1, det(A1) is not an integer and hence A1n×n contradicting the assumption.

Then assume that detA=±1. Then A1 exists and the cofactor matrix formula (Theorem 1.6.9) tells us that A1=1detAcof(A). The entries of the cofactor matrix are given by cof(A)i,j=(1)i+jdetAji, where Aji is the matrix A with row i and column j removed. Clearly if An×n, the cofactor matrix then has integral entries and if detA=±1, also the inverse has integral entries.

Exercise M.8

a) The only problem here is assuming that L would be the right inverse of A. Necessarily, if Am×n, we have to have Ln×m, in which case the product AL is not even defined.

b) The sequence is correct, and shows that the equality AX=ALB holds. If L was also the right inverse of A, we would necessarily have m=n in order to have the product AL defined.

Exercise M.11

a) We have the variables x0,1,x1,0,x0,0,x1,0,x0,1and the boundary conditions β2,0=β1,1=β2,0=β1,1=β0,2=0 and β1,1=β0,2=β1,1=1. Using the discrete Laplace equation these conditions translate to the equations

(0,1):β0,2+x0,0+β1,1+β1,14x0,1=0(1,0):β1,1+x0,0+β2,0+β1,14x1,0=0(0,0):x1,0+x1,0+x0,1+x0,14x0,0=0(1,0):β2,0+x0,0+β1,1+β1,14x1,0=0(0,1):β0,2+x0,0+β1,1+β1,14x0,1=0,

which simplifies to the linear system

(4010004100114110014000104)(x0,1x1,0x0,0x1,0x0,1)=(31010).

The solution to this system is given by multiplying the equation from the left with the inverse of the coefficient matrix.

b) Assume the maximum value is achieved on some point xu,v inside the region R. Since xu,v is the average of its four neighbors, one of the neighbors must have a larger value than xu,v, contradicting the assumption.

c) Let A be the matrix obtained from writing the linear system of the discrete Dirichlet problem with entries aij. We have aii=4 and aij{0,1} for ij. Using the diagonal element of each row, we can eliminate the corresponding column for every other row. There are at most 4 non-zero, non-diagonal elements on each column, each having the value at most 1. Hence, when conducting the row eliminations, we will never eliminate a diagonal element. Therefore, we can reduce the matrix A to the row-echelon form with no rows of only 0 elements. Hence, the matrix is invertible and so the linear system has a unique solution.

Template:BookCat