summaryrefslogtreecommitdiff
path: root/3769/CH17/EX17.15
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH17/EX17.15')
-rw-r--r--3769/CH17/EX17.15/Ex17_15.sce12
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)