summaryrefslogtreecommitdiff
path: root/2072/CH24/EX24.5/EX24_5.sce
blob: a235639cb2fcb382e0b72ab5c433d7e7a90c0a5a (plain)
1
2
3
4
5
6
7
8
9
10
//Chapter 24
clc
//Example 5
//given
n=1.6 //refractive index of plastic transparent layer
lambda=780 //wavelength of laser light in nm
//for destructive interference we have condition for minimn thickness 2t=lambda/2n
t=lambda/(4*n)
disp(t,"Pit depth in a CD in nm is")