summaryrefslogtreecommitdiff
path: root/3756/CH3/EX3.13
diff options
context:
space:
mode:
Diffstat (limited to '3756/CH3/EX3.13')
-rw-r--r--3756/CH3/EX3.13/Ex3_13.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3756/CH3/EX3.13/Ex3_13.sce b/3756/CH3/EX3.13/Ex3_13.sce
new file mode 100644
index 000000000..12d9e6153
--- /dev/null
+++ b/3756/CH3/EX3.13/Ex3_13.sce
@@ -0,0 +1,14 @@
+clc
+//
+//
+//
+
+//Variable declaration
+lambdaa=5086*10**-7 //Wavelength
+s=29.73 //Specific rotation
+
+//Calculations
+delmu=((s*lambdaa)/180)*10**5
+
+//Result
+printf("\n The Difference in RI is %1.1f *10**-5",delmu)