diff options
Diffstat (limited to '3875/CH6/EX6.1/Ex6_1.sce')
-rw-r--r-- | 3875/CH6/EX6.1/Ex6_1.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3875/CH6/EX6.1/Ex6_1.sce b/3875/CH6/EX6.1/Ex6_1.sce new file mode 100644 index 000000000..059e8452a --- /dev/null +++ b/3875/CH6/EX6.1/Ex6_1.sce @@ -0,0 +1,9 @@ +clc;
+clear;
+myu=1.5 // refractive index of glass
+
+//calculation
+i_p=atand(myu)
+
+
+mprintf("The polarizing angle is = %1.2f degree",i_p)
|