summaryrefslogtreecommitdiff
path: root/2780/CH2/EX2.10/Ex2_10.sce
blob: 5e1c4a42fa3728beecc52739b5b33baa58ba4553 (plain)
1
2
3
4
5
6
7
clc
//to calculate thickness of glass plate
n=3
mu=1.5 //refractive index (unitless)
lambda=5450*10^-10 //wavelength in m
t=n*lambda/(mu-1)
disp("the thickness of glass plate is t="+string(t)+"m")