summaryrefslogtreecommitdiff
path: root/1529/CH9/EX9.4/9_04.sce
blob: 31fed68d038c161bcc81ddcff52a94105b72dcef (plain)
1
2
3
4
5
6
7
//Chapter 9, Problem 4
clc;
B=40*10^-6;                     //flux density
l=36;                           //legnth of conductor
v=(400*1000)/(60*60);           //velocity of conductor
E=B*l*v;                        //calculating emf
printf("E.M.F = %f V",E);