diff options
Diffstat (limited to '2780/CH4/EX4.3/Ex4_3.sce')
-rwxr-xr-x | 2780/CH4/EX4.3/Ex4_3.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/2780/CH4/EX4.3/Ex4_3.sce b/2780/CH4/EX4.3/Ex4_3.sce new file mode 100755 index 000000000..9101c7ce5 --- /dev/null +++ b/2780/CH4/EX4.3/Ex4_3.sce @@ -0,0 +1,7 @@ +clc
+//to calculate polarising angle and angle of refraction
+mu=1.345 //refractive index, mu=1/sinc=1/sin48degree=1/0.7431
+ip=atand(mu)
+r=90-ip
+disp("polarising angle is ip="+string(ip)+"degree")
+disp("angle of refraction is r="+string(r)+"degree")
|