diff options
Diffstat (limited to '3673/CH9/EX9.25')
-rw-r--r-- | 3673/CH9/EX9.25/Ex9_25.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3673/CH9/EX9.25/Ex9_25.sce b/3673/CH9/EX9.25/Ex9_25.sce new file mode 100644 index 000000000..b6c446583 --- /dev/null +++ b/3673/CH9/EX9.25/Ex9_25.sce @@ -0,0 +1,10 @@ +//Example 9_25 page no:395
+clc;
+//given
+P=4488;//power in VAR
+V=440;
+I=17;
+sin_phi=P/(V*I);
+phi=asind(sin_phi);
+pow_fac=cosd(phi);
+disp(pow_fac,"the power factor of the load is ");
|