diff options
Diffstat (limited to '3813/CH3/EX3.11')
-rw-r--r-- | 3813/CH3/EX3.11/Ex3_11.jpg | bin | 0 -> 14111 bytes | |||
-rw-r--r-- | 3813/CH3/EX3.11/Ex3_11.sce | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/3813/CH3/EX3.11/Ex3_11.jpg b/3813/CH3/EX3.11/Ex3_11.jpg Binary files differnew file mode 100644 index 000000000..93cba5c09 --- /dev/null +++ b/3813/CH3/EX3.11/Ex3_11.jpg 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:")
|