summaryrefslogtreecommitdiff
path: root/2234/CH3/EX3.7
diff options
context:
space:
mode:
Diffstat (limited to '2234/CH3/EX3.7')
-rwxr-xr-x2234/CH3/EX3.7/ex3_7.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/2234/CH3/EX3.7/ex3_7.sce b/2234/CH3/EX3.7/ex3_7.sce
new file mode 100755
index 000000000..fbec264ed
--- /dev/null
+++ b/2234/CH3/EX3.7/ex3_7.sce
@@ -0,0 +1,5 @@
+clc;
+fe=5; //focal length in cm
+D=25; //distance od distinct vision in cm
+mo=30/(1+(D/fe)); //calculating magnification of objective lens
+disp(mo,"Magnification produced by objective lens = "); //displaying result \ No newline at end of file