diff options
Diffstat (limited to '3769/CH17/EX17.6/Ex17_6.sce')
-rw-r--r-- | 3769/CH17/EX17.6/Ex17_6.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH17/EX17.6/Ex17_6.sce b/3769/CH17/EX17.6/Ex17_6.sce new file mode 100644 index 000000000..9f2fb91fe --- /dev/null +++ b/3769/CH17/EX17.6/Ex17_6.sce @@ -0,0 +1,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) |