//page 92 clear; close; clc; disp('For linear independence,C1V1+C2V2+......CkVk=0') disp('If we choose V1=zero vector,then the set is linearly dependent.We may choose C1=3 and all other Ci=0;this is a non-trival solution that produces zero.') //end