Exercise 1.4.2

Answers

Suppose the rank-1 matrix A is created by two vectors: xyT, so we have for row i and column j, aij = xiyj. Since we know a11,,a1n and a11,,am1, so if we assume x1 is known, then it’s easy to see that yj = a1j x1 and xi = ai1 y1 = ai1x1 a11 . In the end, we have aij = ai1a1j a11 .

For a11 = 2, a12 = 3, a21 = 4, we have a22 = a21a12 a11 = 6.

This formula breaks down when x1 = 0, i.e. a11,,a1n are all zeros. The same happens when y1 = 0. Then rank 1 is impossible (when both are zeros) or not unique.

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