summaryrefslogtreecommitdiff
path: root/3775/CH7/EX7.1/Ex7_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '3775/CH7/EX7.1/Ex7_1.sce')
-rw-r--r--3775/CH7/EX7.1/Ex7_1.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3775/CH7/EX7.1/Ex7_1.sce b/3775/CH7/EX7.1/Ex7_1.sce
new file mode 100644
index 000000000..64466ed7d
--- /dev/null
+++ b/3775/CH7/EX7.1/Ex7_1.sce
@@ -0,0 +1,14 @@
+//Ex 7.1 page 260
+
+clc;
+clear;
+close;
+
+N1=1000;// rpm
+Va1=200;// V
+alfa=60;// degree
+Va2=230;// V
+
+N2=2*Va2*sqrt(2)*cos(alfa*%pi/180)*N1/Va1/%pi
+printf('\n Speed of motor = %d rpm',N2)
+// ans in the textbook is not accurate.