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 --- 1199/CH3/EX3.6/3_6.sci | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 1199/CH3/EX3.6/3_6.sci (limited to '1199/CH3/EX3.6') diff --git a/1199/CH3/EX3.6/3_6.sci b/1199/CH3/EX3.6/3_6.sci new file mode 100755 index 000000000..0ae442952 --- /dev/null +++ b/1199/CH3/EX3.6/3_6.sci @@ -0,0 +1,16 @@ +// 3.6 +clc; +EL=0.1; +Zo=250*10^3; +ZL=2.5*10^6; +Eo=EL*(1+(Zo/ZL)); +B=0.1; +l=50*10^-3; +G=1000; +v=Eo/(B*l*G); +printf("Average flow rate=%.2f degree m/s",v) +Zon=1.2*250*10^3; +ELn=2*Eo/(1+(Zon/ZL)); +PDV=[(0.2-ELn)/0.2]*100; +printf("Percentage decrease in voltage=%.2f degree m/s",PDV) + -- cgit