summaryrefslogtreecommitdiff
path: root/3769/CH12/EX12.1/Ex12_1.sce
blob: 553581fc3ffbdf81d193993f618d425fcd2059d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
clear
//Given
a=20                   //mWb
a1=-20                  //mWb
t=2*10**-3              //s
N=100

//Calculation
a2=(a1-a)*10**-3
e=(-N*a2)/t

//Result
printf("\n Average e.m.f induced in the coil is %0.3f  V", e)