Exercise 2.1.1

Answers

Since we have Si,i1 = 1 for i = 2,,n, so for matrix D, we have di,i = 1 for i = 1,,n and di,i1 = 1 for i = 2,,n.

With column times rows we have:

SST = isisiT where for in, si = [0 1 0 0 ], the 1 appears at the i + 1 position and sn = [0 0 0 ].

So for in, we have Ki = sisTsi, so Ki+1,i+1i = 1 while all other entries are zero. And for i = n, we have Kn = 0. So combine all Ki together, we have SST = IK0 = I [10 0 0 0 0 ]

So we have DDT = (I S)(I S)T = (I S)(I ST) = I STS +SST = S +2I STK0 = AK0.

So DDT equals A except that the former has 1 and the latter has 2 in their (1,1) entries.

Similarly we can see that DTD equals to A except that 12 in their (n,n) entries.

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