summaryrefslogtreecommitdiff
path: root/3769/CH17/EX17.13/Ex17_13.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH17/EX17.13/Ex17_13.sce')
-rw-r--r--3769/CH17/EX17.13/Ex17_13.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH17/EX17.13/Ex17_13.sce b/3769/CH17/EX17.13/Ex17_13.sce
new file mode 100644
index 000000000..c4c9b06a0
--- /dev/null
+++ b/3769/CH17/EX17.13/Ex17_13.sce
@@ -0,0 +1,12 @@
+clear
+//Given
+u=-240.0
+R=15.0 //cm
+u1=1.33
+u2=1.5
+
+//Calculation
+v=1/((((u2-u1)/R)+(u1/u))/u2)
+
+//Result
+printf("\n Position of the image is %0.0f cm",v)