summaryrefslogtreecommitdiff
path: root/1853/CH3/EX3.1/Ex3_1.sce
blob: 80981dac833d11f81bf43319440b08cdcec361ff (plain)
1
2
3
4
5
6
7
8
9

//calculate the emf induced in the coil
N=200
F1=1e-3
F2=3e-3
F3=F2-F1
t=0.1
e=N*F3/t  //neglecting negative sign
disp('induced emf=   ' +string(e)+'  volts')