From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3769/CH12/EX12.1/Ex12_1.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 3769/CH12/EX12.1/Ex12_1.sce (limited to '3769/CH12/EX12.1') 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) -- cgit