summaryrefslogtreecommitdiff
path: root/2780/CH4/EX4.14/Ex4_14.sce
diff options
context:
space:
mode:
Diffstat (limited to '2780/CH4/EX4.14/Ex4_14.sce')
-rwxr-xr-x2780/CH4/EX4.14/Ex4_14.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/2780/CH4/EX4.14/Ex4_14.sce b/2780/CH4/EX4.14/Ex4_14.sce
new file mode 100755
index 000000000..9bc373890
--- /dev/null
+++ b/2780/CH4/EX4.14/Ex4_14.sce
@@ -0,0 +1,9 @@
+clc
+//to calculate rotation of plane of polarisation of light
+mur=1.53914
+ //refractive index
+mul=1.53920
+lambda=6.5*10^-5 //wavelength in cm
+d=0.02 //distance in cm
+thetaR=180*(mul-mur)*d/lambda
+disp("rotation of plane of polarisation of light is thetaR="+string(thetaR)+"degree")