diff options
Diffstat (limited to '2780/CH4/EX4.13/Ex4_13.sce')
-rwxr-xr-x | 2780/CH4/EX4.13/Ex4_13.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/2780/CH4/EX4.13/Ex4_13.sce b/2780/CH4/EX4.13/Ex4_13.sce new file mode 100755 index 000000000..d46cb8420 --- /dev/null +++ b/2780/CH4/EX4.13/Ex4_13.sce @@ -0,0 +1,10 @@ +clc
+//to calculate length
+l=40 //length in cm
+c=5/100 //concentration in percentage
+theta1=35 //optical rotation in degree ,where theta1=theta'
+c1=10/100 //concentration in % ,where c1=c'
+theta=20
+//formula of specific rotation is alpha=10*theta/l*c
+l1=l*c*theta1/(c1*theta)
+disp("length is l1="+string(l1)+"cm")
|