summaryrefslogtreecommitdiff
path: root/3769/CH19/EX19.19/Ex19_19.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH19/EX19.19/Ex19_19.sce')
-rw-r--r--3769/CH19/EX19.19/Ex19_19.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH19/EX19.19/Ex19_19.sce b/3769/CH19/EX19.19/Ex19_19.sce
new file mode 100644
index 000000000..33b016880
--- /dev/null
+++ b/3769/CH19/EX19.19/Ex19_19.sce
@@ -0,0 +1,11 @@
+clear
+//Given
+M=-20
+R=-120
+
+//Calculation
+f0=R/2.0
+fe=f0/M
+
+//Result
+printf("\n Focal length of eyepiece is %0.3f cm", fe)