Exercise 5.6.3

Answers

For A and M, we can surely find matrices B,C such that ||BAB1|| < 1 and ||CMC1|| < 1, because the eigenvalues of A and M are below 1 in absolute value. And as presented on page 317, we can find B,C to make the norms less than 1.

If M is a Markov matrix, it must have an eigenvalue of 1, which makes it impossible to have norm less than 1.

We can choose B = [10 0 8 ], so BAB1 = [1 21 8 01 2 ] , which has a norm of 33 64

  • From M, notice M = LU = LSL1 = [10 1 1 ] [0.90.1 0 0 ] [ 1 0 1 1 ], so we have L1ML = [0.90.1 0 0 ] = S, let D = [10 0 d ], we have D1SD = [0.90.1d 0 0 ], to make the Frobenius norm less than 1, we pick d = 4, then C = D1L1 = [ 1 0 1 41 4 ]

CMC1 = D1L1MLD = [0.90.4 0 0 ] will have a norm less than 1.

User profile picture
2020-03-20 00:00
Comments