Exercise 3.5.2

Answers

From the equation we have

3a + 4b = 1 3c + 4d = 0

To find the matrix with smallest “sum norm” AS = |a| + |b| + |c| + |d|, since a,b and c,d are kind of independent of each other in terms of constraints. So we can find the minimum of |a| + |b| and |c| + |d| separately.

First notice, that since 3c + 4d = 0, according to the figure I.16, this line will always cross the diamond generated by |c| + |d| t regardless of the value of t. so the minimum value of |c| + |d| is 0 when c = d = 0.

For 3a + 4b = 1, this line has intercepts with a-axis at 1 3, and intercept with b-axis at 1 4. Imagine the diamond generated by |a| + |b| t gradually expands as t increases from 0. It will first touch the intercept with b-axis at 1 4, so the minimum of |a| + |b| = 1 4 when a = 0,b = 1 4.

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