summaryrefslogtreecommitdiff
path: root/2123/CH5/EX5.37
diff options
context:
space:
mode:
Diffstat (limited to '2123/CH5/EX5.37')
-rwxr-xr-x2123/CH5/EX5.37/Exa_5_37.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/2123/CH5/EX5.37/Exa_5_37.sce b/2123/CH5/EX5.37/Exa_5_37.sce
new file mode 100755
index 000000000..34501a77f
--- /dev/null
+++ b/2123/CH5/EX5.37/Exa_5_37.sce
@@ -0,0 +1,16 @@
+//Example No. 5.37
+clc;
+clear;
+close;
+format('v',9);
+
+//Given Data :
+V1=230;//V
+N1=870;//rpm
+Ia=100;//A
+Ra=0.05;//ohm
+T=400;//N-m
+Eb=V1-Ia*Ra;//V
+Vgen=V1+Ia*Ra;//V
+N2=N1*Vgen/Eb;//rpm
+disp(N2,"Speed in rpm : ");