summaryrefslogtreecommitdiff
path: root/3869/CH1/EX1.36/Ex1_36.sce
diff options
context:
space:
mode:
Diffstat (limited to '3869/CH1/EX1.36/Ex1_36.sce')
-rw-r--r--3869/CH1/EX1.36/Ex1_36.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3869/CH1/EX1.36/Ex1_36.sce b/3869/CH1/EX1.36/Ex1_36.sce
new file mode 100644
index 000000000..803695ee4
--- /dev/null
+++ b/3869/CH1/EX1.36/Ex1_36.sce
@@ -0,0 +1,15 @@
+clear
+//
+//
+//
+
+//Variable declaration
+lamda1=6*10**-5 //wavelength(cm)
+lamda2=4.5*10**-5 //wavelength(cm)
+n1=21
+
+//Calculation
+n2=n1*lamda1/lamda2 //order
+
+//Result
+printf("\n order is %0.3f ",n2)