diff options
Diffstat (limited to '3769/CH12/EX12.1/Ex12_1.sce')
-rw-r--r-- | 3769/CH12/EX12.1/Ex12_1.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH12/EX12.1/Ex12_1.sce b/3769/CH12/EX12.1/Ex12_1.sce new file mode 100644 index 000000000..553581fc3 --- /dev/null +++ b/3769/CH12/EX12.1/Ex12_1.sce @@ -0,0 +1,13 @@ +clear +//Given +a=20 //mWb +a1=-20 //mWb +t=2*10**-3 //s +N=100 + +//Calculation +a2=(a1-a)*10**-3 +e=(-N*a2)/t + +//Result +printf("\n Average e.m.f induced in the coil is %0.3f V", e) |