summaryrefslogtreecommitdiff
path: root/3869/CH1/EX1.25/Ex1_25.sce
diff options
context:
space:
mode:
Diffstat (limited to '3869/CH1/EX1.25/Ex1_25.sce')
-rw-r--r--3869/CH1/EX1.25/Ex1_25.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3869/CH1/EX1.25/Ex1_25.sce b/3869/CH1/EX1.25/Ex1_25.sce
new file mode 100644
index 000000000..4e96a940c
--- /dev/null
+++ b/3869/CH1/EX1.25/Ex1_25.sce
@@ -0,0 +1,14 @@
+clear
+//
+//
+//
+
+//Variable declaration
+lamda=6500 //wavelength(m)
+theta=30*%pi/180 //angle(radian)
+
+//Calculation
+a=lamda/sin(theta) //value of slit width(angstrom)
+
+//Result
+printf("\n value of slit width is %0.0f angstrom",a)