summaryrefslogtreecommitdiff
path: root/1026/CH8/EX8.5/Example8_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '1026/CH8/EX8.5/Example8_5.sce')
-rwxr-xr-x1026/CH8/EX8.5/Example8_5.sce21
1 files changed, 21 insertions, 0 deletions
diff --git a/1026/CH8/EX8.5/Example8_5.sce b/1026/CH8/EX8.5/Example8_5.sce
new file mode 100755
index 000000000..b262526f1
--- /dev/null
+++ b/1026/CH8/EX8.5/Example8_5.sce
@@ -0,0 +1,21 @@
+//chapter8,Example8_5,pg 182
+
+//since both reflections occur at surface of denser medium
+
+//condition for brightness for min thickness, n=1
+
+//for normal incidence r=0, cos(r)=1
+
+lam=5500*10^-8
+
+V=0.2
+
+A=100*100//converting into cm2
+
+t=V/A
+
+u=lam/(2*t)
+
+printf("RI of oil\n")
+
+printf("u=%.2f",u) \ No newline at end of file