Determine whether the vectors are linearly dependent or independent (1,2,1),(-1,0,1) and (2,-1,4)
1
Expert's answer
2021-08-24T07:50:30-0400
Let c1, c2 and c3 be scalars such thatc1(1,2,1)+c2(−1,0,1)+c3(2,−1,4)=0which can be represented in matrix form as represented as∣∣121−1012−14∣∣∣∣c1c2c3∣∣=∣∣000∣∣Next, we calculate the determinant of the co-efficient matrix1∣∣01−14∣∣+1∣∣21−14∣∣+2∣∣2101∣∣=1+9+4=14Since the determinant is not equal to zero, then the solution exists andc1=c2=c3=0Therefore the vectors are linearly independent
Comments