diff options
Diffstat (limited to '1784/CH41/EX41.5')
-rwxr-xr-x | 1784/CH41/EX41.5/example_5.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/1784/CH41/EX41.5/example_5.sce b/1784/CH41/EX41.5/example_5.sce new file mode 100755 index 000000000..d8be803e1 --- /dev/null +++ b/1784/CH41/EX41.5/example_5.sce @@ -0,0 +1,12 @@ +//Example 4 +//Chapter 41 +//clc() +n2=1.33 +n1=1.50 +theta_c=asind(n2/n1) +disp(theta_c,"Angle theta_c in degree=") +disp("Actual angle of indices =45 is less than theta_ c, so there \n is no internal angle reflection") +disp("angle of refraction=") +x=n1/n2 +theta_2=asind(x*sind(45)) +disp(theta_2,"theta_2 in degree=")
\ No newline at end of file |