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 --- 1370/CH2/EX2.30/example2_30.sce | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 1370/CH2/EX2.30/example2_30.sce (limited to '1370/CH2/EX2.30/example2_30.sce') diff --git a/1370/CH2/EX2.30/example2_30.sce b/1370/CH2/EX2.30/example2_30.sce new file mode 100755 index 000000000..65c1de330 --- /dev/null +++ b/1370/CH2/EX2.30/example2_30.sce @@ -0,0 +1,12 @@ +//exmaple2.30 +clc +disp("The generator is shown in the fig. 2.66") +disp("I_L=50 A, V_L=500 V ...Given") +i=500/250 +disp(i,"I_sh(in A)=(V_t)/(R_sh)=") +a=2+50 +disp(a,"Therefore, I_a(in A)=(I_L)+(I_sh)=2+50=") +disp("This is the armature current") +e=500+(52*0.05)+(52*0.03)+(2*1) +disp(e,"Therefore, E_g(in V)=(V_t)+[(I_a)*(R_a)]+[(I_a)*(R_se)]+Brush drop =") +disp("This is generated voltage.") -- cgit