diff options
Diffstat (limited to '2780/CH4/EX4.6/Ex4_6.sce')
-rwxr-xr-x | 2780/CH4/EX4.6/Ex4_6.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/2780/CH4/EX4.6/Ex4_6.sce b/2780/CH4/EX4.6/Ex4_6.sce new file mode 100755 index 000000000..6ef1a4d43 --- /dev/null +++ b/2780/CH4/EX4.6/Ex4_6.sce @@ -0,0 +1,8 @@ +clc
+//to calculate thickness of a doubly refracting plate
+lambda=5.890*10^-5 //wavelength in cm
+muo=1.53
+ //refractive index
+mue=1.54
+t=lambda/(4*(mue-muo))
+disp("thickness of a plate is t="+string(t)+"cm")
|