diff options
Diffstat (limited to '1370/CH2/EX2.30/example2_30.sce')
-rwxr-xr-x | 1370/CH2/EX2.30/example2_30.sce | 12 |
1 files changed, 12 insertions, 0 deletions
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.")
|