diff options
Diffstat (limited to '3673/CH16/EX16.a.9/Example_a_16_9.sce')
-rw-r--r-- | 3673/CH16/EX16.a.9/Example_a_16_9.sce | 9 |
1 files changed, 9 insertions, 0 deletions
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)");
|