summaryrefslogtreecommitdiff
path: root/3769/CH17/EX17.33/Ex17_33.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH17/EX17.33/Ex17_33.sce')
-rw-r--r--3769/CH17/EX17.33/Ex17_33.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3769/CH17/EX17.33/Ex17_33.sce b/3769/CH17/EX17.33/Ex17_33.sce
new file mode 100644
index 000000000..9bdeaf6be
--- /dev/null
+++ b/3769/CH17/EX17.33/Ex17_33.sce
@@ -0,0 +1,10 @@
+clear
+//Given
+f=-0.2 //m
+v=0.3 //m
+
+//Calculation
+u=1/((1/v)-(1/f))
+
+//Result
+printf("\n Position of the point is %0.3f m", u)