diff options
Diffstat (limited to '3769/CH12/EX12.15/Ex12_15.sce')
-rw-r--r-- | 3769/CH12/EX12.15/Ex12_15.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/3769/CH12/EX12.15/Ex12_15.sce b/3769/CH12/EX12.15/Ex12_15.sce new file mode 100644 index 000000000..415defb96 --- /dev/null +++ b/3769/CH12/EX12.15/Ex12_15.sce @@ -0,0 +1,14 @@ +clear +//Given +L=130*10**-3 //H +I1=20 //mA +I2=28 //mA +t=140.0*10**-3 //S + +//Calculation +l=I2-I1 +e=(-L*l)/t + +//Result +printf("\n Magnitude of induced e.m.f is %0.2f *10**-3 V",e) +printf("\n Direction oppose the increase in current") |