From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 1784/CH41/EX41.5/example_5.sce | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 1784/CH41/EX41.5/example_5.sce (limited to '1784/CH41/EX41.5/example_5.sce') 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 -- cgit