summaryrefslogtreecommitdiff
path: root/3784/CH4/EX4.45/Ex4_45.sce
diff options
context:
space:
mode:
Diffstat (limited to '3784/CH4/EX4.45/Ex4_45.sce')
-rw-r--r--3784/CH4/EX4.45/Ex4_45.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3784/CH4/EX4.45/Ex4_45.sce b/3784/CH4/EX4.45/Ex4_45.sce
new file mode 100644
index 000000000..558f01076
--- /dev/null
+++ b/3784/CH4/EX4.45/Ex4_45.sce
@@ -0,0 +1,14 @@
+clc
+//Variable Initialisation
+Ra=0.4//Armature resistance in ohm
+Rf=0.4//Field resistance in ohm
+N1=400//Rated Speed of Motor in rpm
+N2=500//Rated Speed of Motor in rpm
+//Solution
+W1=2*%pi*N1/60
+W2=2*%pi*N2/60
+Ia=97.5
+K=15.8
+Eb=K*W2
+Rb=(Eb/Ia)-Ra
+printf('\n\n Resistance across motor terminal=%0.1f ohm\n\n',Rb)