Exercise I.C.2

Answers

We are interested in the fact whether there is a non-trivial linear combination

a[1,1,0] + b[2,0,1] + c[3,1,1] = 0

In other words, whether the system of linear equations

{ a + 2b 3c = 0a + c= 0 b + c = 0

has non-zero solution. We obviously have a = c and b = c which contradicts to c + 2c 3c = 0, i.e., a = b = c = 0. Thus, S is linearly independent. Since dim (V ) = dim (S) we see that S is a basis for 3.

User profile picture
2021-10-30 12:13
Comments