summaryrefslogtreecommitdiff
path: root/2780/CH4/EX4.6/Ex4_6.sce
blob: 6ef1a4d43b6292f38befde78a97a38556d537d68 (plain)
1
2
3
4
5
6
7
8
clc
//to calculate thickness of a doubly refracting plate
lambda=5.890*10^-5 //wavelength in cm
muo=1.53 
               //refractive index
mue=1.54
t=lambda/(4*(mue-muo))
disp("thickness of a plate is t="+string(t)+"cm")