From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 1376/CH3/EX3.10/3_10.sci | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 1376/CH3/EX3.10/3_10.sci (limited to '1376/CH3/EX3.10/3_10.sci') 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 -- cgit