diff options
Diffstat (limited to '3769/CH17/EX17.16')
-rw-r--r-- | 3769/CH17/EX17.16/Ex17_16.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/3769/CH17/EX17.16/Ex17_16.sce b/3769/CH17/EX17.16/Ex17_16.sce new file mode 100644 index 000000000..d098dc3ac --- /dev/null +++ b/3769/CH17/EX17.16/Ex17_16.sce @@ -0,0 +1,14 @@ +clear +//Given +u=-60.0 //cm +R=25.0 //cm +y1=1 +y2=1.5 + +//Calcution +v=1/((((y2-y1)/R)+(y1/u))/y2) +P=(y2-y1)/(R*10**-2) + +//Result +printf("\n Position of the image is %0.3f cm", v) +printf("\n Power of the refracting surface is %0.3f dioptre", P) |