summaryrefslogtreecommitdiff
path: root/620/CH14/EX14.4/example14_4.sce
blob: 0b8defc993ff4e230b9c27e5b9e6dd957da4c477 (plain)
1
2
3
4
5
6
7
8
l=0.8;
vel=90;
b=1.7*10^(-5);
disp("Part a");
v=b*l*vel*1000/3600;
disp("the voltage induced (in μV) is"); disp(v*10^6);
disp("Part b");
disp("No voltage is induced when travelling north, since the antenna is travelling with the field and not cutting across it . ");