From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 257/CH6/EX6.20/example6_20.sce | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 257/CH6/EX6.20/example6_20.sce (limited to '257/CH6/EX6.20/example6_20.sce') diff --git a/257/CH6/EX6.20/example6_20.sce b/257/CH6/EX6.20/example6_20.sce new file mode 100644 index 000000000..bc412f8fd --- /dev/null +++ b/257/CH6/EX6.20/example6_20.sce @@ -0,0 +1,18 @@ +syms R1 Ro; + +T1=1/(R1)*(R1*2)*(1/Ro); +T2=(1/R1)*(R1)*(-1/Ro); + +L1=-2*R1/(R1); +L2=-2*R1/(Ro); +L3=-1; +L4=-(R1/Ro) + +delta=1-(L1+L2+L3+L4)+(L1*L3 + L1*L4 + L2*L3) +del1=1-L3; +del2=1-L1; + +TF=(T1*del1 + T2*del2)/delta ; +disp(TF,"Io/Vi = ") + + -- cgit