diff options
Diffstat (limited to '1319/CH13/EX13.3/ii_3.sce')
-rw-r--r-- | 1319/CH13/EX13.3/ii_3.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/1319/CH13/EX13.3/ii_3.sce b/1319/CH13/EX13.3/ii_3.sce new file mode 100644 index 000000000..2f9c1e8f1 --- /dev/null +++ b/1319/CH13/EX13.3/ii_3.sce @@ -0,0 +1,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=')
|