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")