diff options
Diffstat (limited to '3769/CH17/EX17.25/Ex17_25.sce')
-rw-r--r-- | 3769/CH17/EX17.25/Ex17_25.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3769/CH17/EX17.25/Ex17_25.sce b/3769/CH17/EX17.25/Ex17_25.sce new file mode 100644 index 000000000..c4c06ea72 --- /dev/null +++ b/3769/CH17/EX17.25/Ex17_25.sce @@ -0,0 +1,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) |