From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 2384/CH10/EX10.14/ex10_14.sce | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 2384/CH10/EX10.14/ex10_14.sce (limited to '2384/CH10/EX10.14/ex10_14.sce') diff --git a/2384/CH10/EX10.14/ex10_14.sce b/2384/CH10/EX10.14/ex10_14.sce new file mode 100755 index 000000000..e7186d6d0 --- /dev/null +++ b/2384/CH10/EX10.14/ex10_14.sce @@ -0,0 +1,18 @@ +// Exa 10.14 +clc; +clear; +close; +format('v',7) +// Given data +P = 4; +slots = 144; +phi = 20;// in mWb +phi = phi * 10^-3;// in Wb +N = 720;// in rpm +A = 4; +P =4; +n1 = 2;// in coil/slot +n2 = 2;// in turns/coil +Z = slots*n1*n2;// total number of conductor +Eg = (N*P*phi*Z)/(60*A);// in V +disp(Eg,"The induced voltage in V is"); -- cgit