summaryrefslogtreecommitdiff
path: root/1026/CH8/EX8.11/Example8_11.sce
diff options
context:
space:
mode:
Diffstat (limited to '1026/CH8/EX8.11/Example8_11.sce')
-rwxr-xr-x1026/CH8/EX8.11/Example8_11.sce17
1 files changed, 17 insertions, 0 deletions
diff --git a/1026/CH8/EX8.11/Example8_11.sce b/1026/CH8/EX8.11/Example8_11.sce
new file mode 100755
index 000000000..408490419
--- /dev/null
+++ b/1026/CH8/EX8.11/Example8_11.sce
@@ -0,0 +1,17 @@
+//chapter8,Example8_11,pg 185
+
+//condition for dark is 2*u*t*cos(r)=n*lam
+
+lam=5890*10^-8
+
+u=1.5
+
+r=60*(%pi/180)
+
+//for n=1
+
+t=(lam)/(2*u*cos(r))
+
+printf("smallest thickness of glass plate\n")
+
+printf("t=%.8f cm",t) \ No newline at end of file