diff options
Diffstat (limited to '3557/CH16/EX16.2/Ex16_2.sce')
-rw-r--r-- | 3557/CH16/EX16.2/Ex16_2.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3557/CH16/EX16.2/Ex16_2.sce b/3557/CH16/EX16.2/Ex16_2.sce new file mode 100644 index 000000000..00ccfd7bb --- /dev/null +++ b/3557/CH16/EX16.2/Ex16_2.sce @@ -0,0 +1,7 @@ +//Example 16.2 //
+
+n=1.458;//Average refractive index of silica glass (SiO2)
+thethac=asind(1/n)
+mprintf("thethac = %f degree",thethac)
+
+
|