summaryrefslogtreecommitdiff
path: root/3813/CH4/EX4.7.a
diff options
context:
space:
mode:
Diffstat (limited to '3813/CH4/EX4.7.a')
-rw-r--r--3813/CH4/EX4.7.a/Ex4_7a.jpgbin0 -> 16083 bytes
-rw-r--r--3813/CH4/EX4.7.a/Ex4_7a.sce17
2 files changed, 17 insertions, 0 deletions
diff --git a/3813/CH4/EX4.7.a/Ex4_7a.jpg b/3813/CH4/EX4.7.a/Ex4_7a.jpg
new file mode 100644
index 000000000..4b1ed057a
--- /dev/null
+++ b/3813/CH4/EX4.7.a/Ex4_7a.jpg
Binary files differ
diff --git a/3813/CH4/EX4.7.a/Ex4_7a.sce b/3813/CH4/EX4.7.a/Ex4_7a.sce
new file mode 100644
index 000000000..43256c89b
--- /dev/null
+++ b/3813/CH4/EX4.7.a/Ex4_7a.sce
@@ -0,0 +1,17 @@
+//Electric Drives:concepts and applications by V.subrahmanyam
+//Publisher:Tata McGraw-Hill
+//Edition:Second
+//Ex4_7a
+clc;
+clear;
+V=300;// voltage in V
+Vt=363.25;// voltage in V
+f=60;//frequency in Hz
+Rd=0.02;// Resistance in ohm
+La=0.002;//inductance in H
+Id=500;//Current in A
+N=1500;//Speed in rpm
+Eb=Vt-(Id*Rd);
+A=acos(Vt/(1.35*V));
+Alpha=(A*180)/%pi;
+disp(Alpha,"The firing angle in deg is:")