summaryrefslogtreecommitdiff
path: root/3557/CH16/EX16.3/Ex16_3.sce
blob: 52406efbce717820344f5849875f7e4cbdf043b1 (plain)
1
2
3
4
5
//Example 16.3//

n=1.59;// Average refractive index Polystyrene
R=((n-1)/(n+1))^2;//Fresnel's formula
disp(R)