1 2 3 4 5 6 7 8 9
clc //initialisation of variables r= 1/64 t= 75 //sec //CALCULATIONS R= sqrt((1/r)) tfs= R*t/60 //RESULTS printf ('time = %.f min',tfs)