summaryrefslogtreecommitdiff
path: root/1529/CH9/EX9.9/9_09.sce
blob: 79b72561d9c94605e20ea7c80d19f41ac11e7cd1 (plain)
1
2
3
4
5
6
7
//Chapter 9, Problem 9
clc;
L=12;                           //inductance
dI=4;                           //change in current
dt=1;                           //change in time
E=-L*(dI/dt);                   //calculating induced emf
printf("Induced emf E = %d V",E);