summaryrefslogtreecommitdiff
path: root/3769/CH22/EX22.4
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH22/EX22.4')
-rw-r--r--3769/CH22/EX22.4/Ex22_4.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH22/EX22.4/Ex22_4.sce b/3769/CH22/EX22.4/Ex22_4.sce
new file mode 100644
index 000000000..ea0debd49
--- /dev/null
+++ b/3769/CH22/EX22.4/Ex22_4.sce
@@ -0,0 +1,12 @@
+clear
+//Given
+l=6.3*10**-7 //m
+a=3.6 //Degree
+n=10
+
+//Calculation
+//
+d=(n*l)/sin(a*3.14/180.0)
+
+//Result
+printf("\n Slit width is %0.1f mm",d*10**3)