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 --- 2276/CH10/EX10.1/chapter10_ex1.sce | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 2276/CH10/EX10.1/chapter10_ex1.sce (limited to '2276/CH10/EX10.1') diff --git a/2276/CH10/EX10.1/chapter10_ex1.sce b/2276/CH10/EX10.1/chapter10_ex1.sce new file mode 100755 index 000000000..6588f7427 --- /dev/null +++ b/2276/CH10/EX10.1/chapter10_ex1.sce @@ -0,0 +1,17 @@ +clc +clear + +//input +p=4;//number of poles of an alternator +w=50*%pi;//angular velocity in rad/sec +b=0.015;//sinusoidal flux per pole in weber +phi=10*(%pi/180);//pole pitch in radians +kf=1.11;//form factor + +//calculations +f=(w*(p/2))/(2*%pi);//frequency in hertz +e=2*kf*b*f;//e.m.f. per conductor in volts +E=2*e*cos(phi/2);//total e.m.f. in volts + +//ouput +mprintf('the e.m.f. between the ends of the coil is %3.1f V',E) -- cgit