summaryrefslogtreecommitdiff
path: root/3769/CH6/EX6.12/Ex6_12.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH6/EX6.12/Ex6_12.sce')
-rw-r--r--3769/CH6/EX6.12/Ex6_12.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH6/EX6.12/Ex6_12.sce b/3769/CH6/EX6.12/Ex6_12.sce
new file mode 100644
index 000000000..c2b50476d
--- /dev/null
+++ b/3769/CH6/EX6.12/Ex6_12.sce
@@ -0,0 +1,11 @@
+clear
+//Given
+R=10
+l2=68.5
+l1=58.3
+
+//Calculation
+X=R*(l2/l1)
+
+//Result
+printf("\n Value of X is %0.1f ohm",X)