diff options
Diffstat (limited to '3813/CH3/EX3.11/Ex3_11.sce')
-rw-r--r-- | 3813/CH3/EX3.11/Ex3_11.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3813/CH3/EX3.11/Ex3_11.sce b/3813/CH3/EX3.11/Ex3_11.sce new file mode 100644 index 000000000..f28c454be --- /dev/null +++ b/3813/CH3/EX3.11/Ex3_11.sce @@ -0,0 +1,11 @@ +//Electric Drives:concepts and applications by V.subrahmanyam
+//Publisher:Tata McGraw-Hill
+//Edition:Second
+//Ex3_11
+clc;
+clear;
+Alpha=75;//angle in degree
+a=cos(Alpha);
+b=a/3.6;
+pf=(3*b)/%pi;
+disp(pf,"The power factor is:")
|