summaryrefslogtreecommitdiff
path: root/3828/CH1/EX1.1/Ex1_1.sce
blob: 9b170b1ed52c0f62d90659faf218958d1cab85f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//Chapter 1 : Wave Optics

clear;

//Variable declaration
lamda=5890*10**-8    //wavelength
myu=1.6              //refractive index
m=12                 //order of the fringe

//Calculations
t=(lamda*m)/(myu-1)/10**-6

//Result
mprintf("Thickness of sheet= %d*10**-8 cm",t)