summaryrefslogtreecommitdiff
path: root/1628/CH7/EX7.1/Ex7_1.sce
blob: be6018790795f566182ed8ff944140a21dfbd992 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13


                     // Example  7.1

L=4;                 // Induction of a Coil 
di=10-4;             // Decrease in Current 
dt=0.1;              // time Required to Decrease Current
e=L*(di/dt);         // Formula of Self induction
disp(' emf induced in a Coil is = '+string(e)+' Volt');



       //  p 228     7.1