summaryrefslogtreecommitdiff
path: root/3769/CH18/EX18.8/Ex18_8.sce
blob: b41f4a48f19dec7b3e539b9179ac64c23b9b7890 (plain)
1
2
3
4
5
6
7
8
9
10
11
clear
//Given
av=3.32                              //Degree
ar=3.22                              //Degree
a=3.27                               //Degree

//Calculation
w=(av-ar)/a

//Result
printf("\n Dispersive power of the flint glass is %0.4f  ",w)