summaryrefslogtreecommitdiff
path: root/1319/CH13/EX13.3/ii_3.sce
blob: 2f9c1e8f118c98bb50608b03aa0fce50a0845ed7 (plain)
1
2
3
4
5
6
7
8
9
10
11
// EMF Induced between wing tips.
clc;
clear;

l=6.1;
vel=800;
v=vel*1000/3600;
b=(50)*(10^-6);
e=b*l*v;

disp('volts',e,'The EMF induced between the wing tips=')