summaryrefslogtreecommitdiff
path: root/3769/CH17/EX17.6/Ex17_6.sce
blob: 9f2fb91feff5f364165a8a53a96ceec143e22894 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
clear
//Given
uw=1.33
uo=1.20

//Calculation
//
uow=uw/uo
sinr=(sin(30*3.14/180.0))/uow
r=asin(sinr)*180/3.14

//Result
printf("\n Angle of refraction in water is %0.1f  degree",r)