diff options
Diffstat (limited to '3769/CH17/EX17.17/Ex17_17.sce')
-rw-r--r-- | 3769/CH17/EX17.17/Ex17_17.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH17/EX17.17/Ex17_17.sce b/3769/CH17/EX17.17/Ex17_17.sce new file mode 100644 index 000000000..9bd23df94 --- /dev/null +++ b/3769/CH17/EX17.17/Ex17_17.sce @@ -0,0 +1,11 @@ +clear +//Given +u1=1 +u2=1.5 +R=1 + +//Calculation +x=(u1+u2)/(u2-u1) + +//Result +printf("\n Distance of the object is %0.3f R", x) |