summaryrefslogtreecommitdiff
path: root/1784/CH46/EX46.2/example2.sce
blob: acaac61698477b6f7607b57825b5d67da0a9a0eb (plain)
1
2
3
4
5
6
7
//example 2
// Chapter 46
theta_p= atand(1.5)
disp(theta_p,"theta_p in degrees")
sin_theta_r= sind(theta_p)/1.5
theta_r=asind(sin_theta_r)
disp(theta_r,"angle of refraction fron snells law in degrees=")