summaryrefslogtreecommitdiff
path: root/2234/CH3/EX3.10
diff options
context:
space:
mode:
Diffstat (limited to '2234/CH3/EX3.10')
-rwxr-xr-x2234/CH3/EX3.10/ex3_10.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/2234/CH3/EX3.10/ex3_10.sce b/2234/CH3/EX3.10/ex3_10.sce
new file mode 100755
index 000000000..f94f17b57
--- /dev/null
+++ b/2234/CH3/EX3.10/ex3_10.sce
@@ -0,0 +1,7 @@
+clc;
+fo=0.5; //focal length of eye lens
+D=25; //distance of distinct vision
+L=15; //length in cm
+m=375; //magnification
+fe=(-L*D)/(fo*((L/fo)-m)); //calculating fe
+disp(fe,"Focal length of eye lens in cm = "); //displaying result \ No newline at end of file