blob: ced22480349e0bc850c12197818d9f17b61456aa (
plain)
1
2
3
4
5
6
7
|
//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
|