diff options
Diffstat (limited to '3769/CH17/EX17.15/Ex17_15.sce')
-rw-r--r-- | 3769/CH17/EX17.15/Ex17_15.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH17/EX17.15/Ex17_15.sce b/3769/CH17/EX17.15/Ex17_15.sce new file mode 100644 index 000000000..41631ce9a --- /dev/null +++ b/3769/CH17/EX17.15/Ex17_15.sce @@ -0,0 +1,12 @@ +clear +//Given +u=-15 //cm +y1=1 +y2=1.5 +R=-7.5 //cm + +//Calculation +v=1/(((y1-y2)/R)-(y2/-u)) + +//Result +printf("\n Position of the image is %0.3f cm",v) |