summaryrefslogtreecommitdiff
path: root/3813/CH4/EX4.8/Ex4_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '3813/CH4/EX4.8/Ex4_8.sce')
-rw-r--r--3813/CH4/EX4.8/Ex4_8.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/3813/CH4/EX4.8/Ex4_8.sce b/3813/CH4/EX4.8/Ex4_8.sce
new file mode 100644
index 000000000..fef6a47e6
--- /dev/null
+++ b/3813/CH4/EX4.8/Ex4_8.sce
@@ -0,0 +1,16 @@
+//Electric Drives:concepts and applications by V.subrahmanyam
+//Publisher:Tata McGraw-Hill
+//Edition:Second
+//Ex4_8
+clc;
+clear;
+V=600;// voltage in V
+R=0.16;// Resistance in ohm
+Ia=210;//Current in A
+N=600;//Speed in rpm
+n=10;//no of unit
+Eb=V-(Ia*R);
+Td=((Eb*Ia)/(2*%pi*n));
+W=(2*%pi*N)/60;
+A=Td/(W)^2;
+disp(A,"The constant A is:")