summaryrefslogtreecommitdiff
path: root/3869/CH1/EX1.45/Ex1_45.sce
blob: a925c0b3ef8491223367bcf76cba347a7142d110 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
clear
//
//
//

//Variable declaration
lamda=5000*10**-8     //wavelength(cm)
n=16
mew=1.56     //refractive index

//Calculation
t=n*lamda/(mew-1)          //thickness(cm)

//Result
printf("\n thickness is %0.1f  *10**-4 cm",t*10**4)