summaryrefslogtreecommitdiff
path: root/3769/CH19/EX19.17/Ex19_17.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH19/EX19.17/Ex19_17.sce')
-rw-r--r--3769/CH19/EX19.17/Ex19_17.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH19/EX19.17/Ex19_17.sce b/3769/CH19/EX19.17/Ex19_17.sce
new file mode 100644
index 000000000..d4c1cb5f5
--- /dev/null
+++ b/3769/CH19/EX19.17/Ex19_17.sce
@@ -0,0 +1,12 @@
+clear
+//Given
+u0=-200.0 //cm
+f0=30.0 //cm
+fe=3
+
+//Calculation
+v0=1/((1/f0)+1/u0)
+a=v0+fe
+
+//Result
+printf("\n Separation between the objective and eyepiece is %0.1f cm",a)