summaryrefslogtreecommitdiff
path: root/3756/CH3/EX3.13/Ex3_13.sce
blob: 12d9e615376d27272f7835c9fbf7cdacedc9dc82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)