1 2 3 4 5 6 7 8
clc //Initialization of variables r1=sqrt(3) r2=1 //calculations ratio=r1-r2 //results printf('Ratio of radii = %.3f',ratio)