summaryrefslogtreecommitdiff
path: root/1529/CH9/EX9.20/9_20.sce
blob: 3d3c9b02f6afc06c489efd1681820f25376b5dad (plain)
1
2
3
4
5
6
7
8
9
10
//Chapter 9, Problem 20
clc;
M=0.2;
dI=10-4;
dt=10*10^-3;
N=500;
E=-M*(dI/dt);
dphi=(E*dt)/N;
printf("Induced emf = %d V\n\n\n",E);
printf("Change of flux = %f mWb",dphi*1000);