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/EX6/cha2_6.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 10/CH2/EX6/cha2_6.sce (limited to '10/CH2/EX6/cha2_6.sce') diff --git a/10/CH2/EX6/cha2_6.sce b/10/CH2/EX6/cha2_6.sce new file mode 100755 index 000000000..04eba4e4b --- /dev/null +++ b/10/CH2/EX6/cha2_6.sce @@ -0,0 +1,14 @@ +P=100000;Vs=2000;Vp=200;Ih=500; +Vl=2000; + +Iab=P/Vp + +Ibc=P/Vs + +Il=Ih+50 + +Vh=Vl+200 + +Kva1=(Vl*Il)/(1000) + +Kva2=(Vh*Ih)/(1000) -- cgit