diff options
Diffstat (limited to '3756/CH4/EX4.1/Ex4_1.sce')
-rw-r--r-- | 3756/CH4/EX4.1/Ex4_1.sce | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/3756/CH4/EX4.1/Ex4_1.sce b/3756/CH4/EX4.1/Ex4_1.sce new file mode 100644 index 000000000..88beff375 --- /dev/null +++ b/3756/CH4/EX4.1/Ex4_1.sce @@ -0,0 +1,19 @@ +clc +// +// +// + +//Variable declaration +theta1=9.9 //rotation of plane +l=2 //Length +c=0.08 //Concentration +s2=66 //specific rotation + +//Calculations +s1=((theta1)/(l*c)) +pis=((s2-s1)/s2)*100 +pps=100-pis + + +//Result +printf("\n percentage of purity of sample %0.3f percentage",pps) |