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 --- 2078/CH9/EX9.11/Example9_11.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 2078/CH9/EX9.11/Example9_11.sce (limited to '2078/CH9/EX9.11') diff --git a/2078/CH9/EX9.11/Example9_11.sce b/2078/CH9/EX9.11/Example9_11.sce new file mode 100755 index 000000000..3534149e5 --- /dev/null +++ b/2078/CH9/EX9.11/Example9_11.sce @@ -0,0 +1,13 @@ +//Exa 9.11 +clc; +clear; +close; +//Given data : +v2byv1=25/23.25;//ratio(By Kirchoff law) +v3byv1=1.65/1.1625;//ratio(By Kirchoff law) +Vbyv1=1+v2byv1+v3byv1;//ratio(Final voltage between line conductor & earth) +v1byV=1/Vbyv1;//ratio +v2byV=v2byv1*v1byV;//ratio +v3byV=v3byv1*v1byV;//ratio +eff=1/3/v3byV*100;//string efficiency in %(V/3/v3) +disp(eff,"String efficiency in % is "); -- cgit