Consider the matrix
Note that the column space is just , since the first two columns are linearly independent. The row space has equation , where and . What is
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
We have two equations and three unknowns i.e. 8a - 5b + 2c = 0 and 2b + c = 0.
But the additional constraints of a,b,c being integers, a > 0 and gcd(a,b,c) = 1 lets us solve the equations as follows: 1) Substitute c = -2b in the first equation 2) We get b = (8/9)*a. 3) If we let a = 9 (satisfies the constraints), we get b = 8 and c = -16. 4) The gcd(a,b,c) is still 1. So a + b + c = 9 + 8 -16 = 1.