summaryrefslogtreecommitdiff
path: root/3769/CH21/EX21.13/Ex21_13.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH21/EX21.13/Ex21_13.sce')
-rw-r--r--3769/CH21/EX21.13/Ex21_13.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3769/CH21/EX21.13/Ex21_13.sce b/3769/CH21/EX21.13/Ex21_13.sce
new file mode 100644
index 000000000..d32cd7ffc
--- /dev/null
+++ b/3769/CH21/EX21.13/Ex21_13.sce
@@ -0,0 +1,10 @@
+clear
+//Given
+l=5.0 //m
+d=1 //mm
+
+//Calculation
+a=d/l
+
+//Result
+printf("\n Width of each slit is %0.3f mm", a)