summaryrefslogtreecommitdiff
path: root/273/CH7/EX7.2/ex7_2sce.sce
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /273/CH7/EX7.2/ex7_2sce.sce
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 '273/CH7/EX7.2/ex7_2sce.sce')
-rwxr-xr-x273/CH7/EX7.2/ex7_2sce.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/273/CH7/EX7.2/ex7_2sce.sce b/273/CH7/EX7.2/ex7_2sce.sce
new file mode 100755
index 000000000..9e3bdfeba
--- /dev/null
+++ b/273/CH7/EX7.2/ex7_2sce.sce
@@ -0,0 +1,12 @@
+clc;clear;
+//Example 7.2
+//wedge shaped thin film
+
+//given values
+x=5893*10^-10;//wavelength of light in metre
+n=1.5;//refractive index
+y=.1*10^-3;//fringe spacing
+ //calculation
+z=x/(2*n*y);//angle of wedge
+alpha=z*180/%pi;//conversion of radian into degree
+disp(alpha,'angle of wedge (in degree) is:'); \ No newline at end of file