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