summaryrefslogtreecommitdiff
path: root/3769/CH22/EX22.8/Ex22_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH22/EX22.8/Ex22_8.sce')
-rw-r--r--3769/CH22/EX22.8/Ex22_8.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3769/CH22/EX22.8/Ex22_8.sce b/3769/CH22/EX22.8/Ex22_8.sce
new file mode 100644
index 000000000..350e4774a
--- /dev/null
+++ b/3769/CH22/EX22.8/Ex22_8.sce
@@ -0,0 +1,10 @@
+clear
+//Given
+d=3*10**-3 //m
+l=500*10**-9 //m
+
+//Calculation
+Z=d**2/l
+
+//Result
+printf("\n Distance is %0.3f m",Z)