summaryrefslogtreecommitdiff
path: root/3673/CH16/EX16.10/Ex16_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '3673/CH16/EX16.10/Ex16_10.sce')
-rw-r--r--3673/CH16/EX16.10/Ex16_10.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3673/CH16/EX16.10/Ex16_10.sce b/3673/CH16/EX16.10/Ex16_10.sce
new file mode 100644
index 000000000..2fe3f8ac1
--- /dev/null
+++ b/3673/CH16/EX16.10/Ex16_10.sce
@@ -0,0 +1,14 @@
+//Example 16_10 page no:762
+clc;
+//given
+Y11=2.5;
+Y21=-1;
+Y12=-1;
+Y22=5;
+Y1=Y11+Y21;
+Y2=-Y12;
+Y3=Y22+Y12;
+disp(Y1,"the parameter Y1 is (in mho)");
+disp(Y2,"the parameter Y2 is (in mho)");
+disp(Y3,"the parameter Y3 is (in mho)");
+//in text book Y12 is calculated wrongly