SOLUTION: Determine if the vectors < 1,4,3 >, < -1,14,6 >, and <1,-2,0 > are linearly independent or not.

Algebra ->  College  -> Linear Algebra -> SOLUTION: Determine if the vectors < 1,4,3 >, < -1,14,6 >, and <1,-2,0 > are linearly independent or not.      Log On


   



Question 1049324: Determine if the vectors < 1,4,3 >, < -1,14,6 >, and <1,-2,0 > are linearly independent or not.
Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
Create the matrix using the vectors and check the determinant,
%28matrix%283%2C3%2C%0D%0A1%2C-1%2C1%2C4%2C14%2C-2%2C3%2C6%2C0%29%29
If the determinant equals zero, then they are dependent.
Else, they are independent.