diff options
Diffstat (limited to '3769/CH17/EX17.23/Ex17_23.sce')
-rw-r--r-- | 3769/CH17/EX17.23/Ex17_23.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH17/EX17.23/Ex17_23.sce b/3769/CH17/EX17.23/Ex17_23.sce new file mode 100644 index 000000000..275357c13 --- /dev/null +++ b/3769/CH17/EX17.23/Ex17_23.sce @@ -0,0 +1,12 @@ +clear +//Given +u=1.56 +R1=20.0 //cm +u1=-10.0 //cm + +//Calculation +f=1/((u-1)*(2/R1)) +v=1/((1/u1)+(1/f)) + +//Result +printf("\n Position of the image formed is %0.2f ",v) |