summaryrefslogtreecommitdiff
path: root/3769/CH6/EX6.15/Ex6_15.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH6/EX6.15/Ex6_15.sce')
-rw-r--r--3769/CH6/EX6.15/Ex6_15.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH6/EX6.15/Ex6_15.sce b/3769/CH6/EX6.15/Ex6_15.sce
new file mode 100644
index 000000000..14567a576
--- /dev/null
+++ b/3769/CH6/EX6.15/Ex6_15.sce
@@ -0,0 +1,13 @@
+clear
+//Given
+l1=33.7
+l2=51.9
+
+//Calculation
+S1=l1/(100-l1)
+s11=l2/(100-l2)
+s=((s11*12)/S1)-12
+R=s*S1
+
+//Result
+printf("\n Value of R is %0.2f ohm \nValue of S is %0.1f ohm",R,s)