summaryrefslogtreecommitdiff
path: root/2243/CH3/EX3.16
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /2243/CH3/EX3.16
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '2243/CH3/EX3.16')
-rwxr-xr-x2243/CH3/EX3.16/Ex3_16.sce9
-rwxr-xr-x2243/CH3/EX3.16/Res3_16.txt1
2 files changed, 10 insertions, 0 deletions
diff --git a/2243/CH3/EX3.16/Ex3_16.sce b/2243/CH3/EX3.16/Ex3_16.sce
new file mode 100755
index 000000000..06a11cce4
--- /dev/null
+++ b/2243/CH3/EX3.16/Ex3_16.sce
@@ -0,0 +1,9 @@
+clc();
+clear;
+//Given :
+d = 0.065; //distance in mm
+p = 200 ;// 200 fringes cross the field of view
+//Michelson's interferometer arrangement : 2*d = p*lambda
+lambda = 2*d/p;// wavelength in mm
+
+printf(" Wavelength : %.1f x 10^-4 mm ",lambda*10^4);
diff --git a/2243/CH3/EX3.16/Res3_16.txt b/2243/CH3/EX3.16/Res3_16.txt
new file mode 100755
index 000000000..6788eefb0
--- /dev/null
+++ b/2243/CH3/EX3.16/Res3_16.txt
@@ -0,0 +1 @@
+ Wavelength : 6.5 x 10^-4 mm \ No newline at end of file