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 --- 1994/CH9/EX9.2/Example9_2.sce | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 1994/CH9/EX9.2/Example9_2.sce (limited to '1994/CH9/EX9.2') diff --git a/1994/CH9/EX9.2/Example9_2.sce b/1994/CH9/EX9.2/Example9_2.sce new file mode 100755 index 000000000..5be61bfff --- /dev/null +++ b/1994/CH9/EX9.2/Example9_2.sce @@ -0,0 +1,19 @@ +//Chapter-9,Example9_2,pg 9_15 +P=4 +phi=21*10^-3//flux(in Wb) +N=1120 +C=42//coils +tpC=8//turns per coil +t=C*tpC//total turns +Z=2*t +//for lap wound +A=P +E=phi*P*N*Z/(60*A) +printf("e.m.f for lap wound\n") +printf("E=%.f V\n",E) +//for wave wound +A=2 +E=263.424 +N=E*60*A/(phi*P*Z) +printf("speed of generator for wave wound\n") +printf("N=%.f r.p.m\n",N) -- cgit