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 --- 3673/CH16/EX16.a.9/Example_a_16_9.sce | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 3673/CH16/EX16.a.9/Example_a_16_9.sce (limited to '3673/CH16/EX16.a.9') diff --git a/3673/CH16/EX16.a.9/Example_a_16_9.sce b/3673/CH16/EX16.a.9/Example_a_16_9.sce new file mode 100644 index 000000000..54b12fd2a --- /dev/null +++ b/3673/CH16/EX16.a.9/Example_a_16_9.sce @@ -0,0 +1,9 @@ +//Example_a_16_9 page no:787 +clc; +Y11=6; +Y22=6; +Y21=4; +Y12=4; +Ys=1; +driv_pt_admt=((Y22*Ys)+(Y22*Y11)-(Y21*Y12))/(Ys+Y11); +disp(driv_pt_admt,"the driving point admittance is (in mho)"); -- cgit