summaryrefslogtreecommitdiff
path: root/3756/CH3/EX3.1
diff options
context:
space:
mode:
Diffstat (limited to '3756/CH3/EX3.1')
-rw-r--r--3756/CH3/EX3.1/Ex3_1.sce18
1 files changed, 18 insertions, 0 deletions
diff --git a/3756/CH3/EX3.1/Ex3_1.sce b/3756/CH3/EX3.1/Ex3_1.sce
new file mode 100644
index 000000000..7cb8f5622
--- /dev/null
+++ b/3756/CH3/EX3.1/Ex3_1.sce
@@ -0,0 +1,18 @@
+clc
+//
+//
+//
+
+//Variable declaration
+lambdaa=5896 //Wavelength
+N=60000 //Total Number of lines in 10 cm
+n1=2 //order
+n2=3 //order
+
+//Calculations
+RP=n1*N
+dlambda=((lambdaa)/(n2*N))
+
+//Result
+printf("\n (a)The resolving power in second order is %0.3f ",RP)
+printf("\n (b) The smallest wavelength that can be resolved in the 3rd order in 5896 Angstrom wavelength region is %0.4f Angstrom",dlambda)