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 --- 10/CH2/EX4/cha2_4.sce | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 10/CH2/EX4/cha2_4.sce (limited to '10/CH2/EX4/cha2_4.sce') diff --git a/10/CH2/EX4/cha2_4.sce b/10/CH2/EX4/cha2_4.sce new file mode 100755 index 000000000..30de8b570 --- /dev/null +++ b/10/CH2/EX4/cha2_4.sce @@ -0,0 +1,19 @@ +V=0.75;I=10000;A=0.6; +Pc=100;Reqh=10.4;Ih=(0.75*4.55)^2; +Reql=0.104;V2=220;B=1; + +Pout=V*I*A + +Pcu=(Ih*Reqh) + +Eff=Pout/(Pout+Pc+Pcu) + +Eff=Pout/(Pout+Pc+Pcu)*100 + +I2=(100/0.104)^(1/2) + +Pout1=V2*I2*B + +Eff1=Pout1/(Pout1+Pc+Pcu) + +Eff1=Pout1/(Pout1+Pc+Pcu)*100 -- cgit