- #1
Mdhiggenz
- 327
- 1
Homework Statement
Determine whether the following vectors are linearly independent in P3 "not sure what P3 stands for maybe polynomial of third degree?"
1,x2,x2-2
let p1(x)=1
p2(X)=x2
p3=x2-2
c1p1(x)+c2p2(x)+c3p3(x)=z
where z=0x2+0x+0
I then create a matrix using the above relation where I get
(c2+c3)x2+c1-2c3
The matrix I'm thinking if solving looks like this [0 1 1;0 0 0; 1 0 -2] I know the zero must be at the bottom so I switch things up and get [1 0 -2; 0 1 1;0 0 0]
When I actually solve it I get c2=-c3
which is a nontrivial solution, so I state that it is linearly dependent.
Is my work correct, and or is there a faster way to come up with the conclusion that it is linearly dependent?
Thanks