summaryrefslogtreecommitdiff
path: root/1364/CH5/EX5.3.1/5_3_1.sce
blob: ce8281b0a97599acc493d2790b337315787b3f14 (plain)
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)