summaryrefslogtreecommitdiff
path: root/3769/CH17/EX17.25/Ex17_25.sce
blob: c4c06ea729acd8549394af4c6ae3bfb416a92ada (plain)
1
2
3
4
5
6
7
8
9
10
clear
//Given
f=18                         //cm
u=1.5

//Calculation
R=(u-1)*f

//Result
printf("\n Radius of the curvature is %0.3f  cm", R)