diff options
Diffstat (limited to '3845/CH25/EX25.4/Ex25_4.sce')
-rw-r--r-- | 3845/CH25/EX25.4/Ex25_4.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3845/CH25/EX25.4/Ex25_4.sce b/3845/CH25/EX25.4/Ex25_4.sce new file mode 100644 index 000000000..b4a0df6b5 --- /dev/null +++ b/3845/CH25/EX25.4/Ex25_4.sce @@ -0,0 +1,7 @@ +//Example 25.4
+n1=1.49;//Index of refraction for polystyrene, See Table 25.1
+n2=1;//Index of refraction for air,
+theta_c=asind(n2/n1);//Critical angle (deg)
+printf('Critical angle = %0.1f deg',theta_c)
+//Openstax - College Physics
+//Download for free at http://cnx.org/content/col11406/latest
|