summaryrefslogtreecommitdiff
path: root/2780/CH4/EX4.8/Ex4_8.sce
blob: e87489ddf61c2ec1b4c9236fe43d37f966421451 (plain)
1
2
3
4
5
6
7
clc
//to calculate specific rotation 
theta=26.4 //in degree
l=20 //length in cm
c=0.2 //gm/cm^3
alpha=10*theta/(l*c)
disp("the specific rotation is alpha="+string(alpha)+"degree")