summaryrefslogtreecommitdiff
path: root/3769/CH12/EX12.8/Ex12_8.sce
blob: aa53c031e892557a5a4fe0c86d86368a1b2257a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clear
//Given
B=1                          //T
l=0.5                        //m
v=40                         //m/s

//Calculation
//
e=B*l*v*sin(60*3.14/180.0)

//Result
printf("\n emf induced in the conductor is %0.2f  ",e)