summaryrefslogtreecommitdiff
path: root/3769/CH22/EX22.2/Ex22_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH22/EX22.2/Ex22_2.sce')
-rw-r--r--3769/CH22/EX22.2/Ex22_2.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH22/EX22.2/Ex22_2.sce b/3769/CH22/EX22.2/Ex22_2.sce
new file mode 100644
index 000000000..8a4b9b83f
--- /dev/null
+++ b/3769/CH22/EX22.2/Ex22_2.sce
@@ -0,0 +1,11 @@
+clear
+//Given
+D=1.60 //m
+l=6328*10**-10 //m
+w=4.0*10**-3
+
+//Calculation
+d=(2*D*l)/w
+
+//Result
+printf("\n Width of the slit is %0.2f mm",d*10**3)