summaryrefslogtreecommitdiff
path: root/1376/CH3/EX3.10/3_10.sci
diff options
context:
space:
mode:
Diffstat (limited to '1376/CH3/EX3.10/3_10.sci')
-rwxr-xr-x1376/CH3/EX3.10/3_10.sci8
1 files changed, 8 insertions, 0 deletions
diff --git a/1376/CH3/EX3.10/3_10.sci b/1376/CH3/EX3.10/3_10.sci
new file mode 100755
index 000000000..8d91b6c7a
--- /dev/null
+++ b/1376/CH3/EX3.10/3_10.sci
@@ -0,0 +1,8 @@
+//3.10
+clc;
+E_unity_pf=230*6*4*1/1000;
+M_constant=2208/E_unity_pf;
+printf("Meter constant=%.1f rev/kWh",M_constant)
+E_consumed=1472/M_constant;
+pf=(E_consumed/(230*5*4))*1000;
+printf("\npower factor=%.2f",pf) \ No newline at end of file