diff options
Diffstat (limited to '2234/CH3/EX3.14/ex3_14.sce')
-rwxr-xr-x | 2234/CH3/EX3.14/ex3_14.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/2234/CH3/EX3.14/ex3_14.sce b/2234/CH3/EX3.14/ex3_14.sce new file mode 100755 index 000000000..ba1388878 --- /dev/null +++ b/2234/CH3/EX3.14/ex3_14.sce @@ -0,0 +1,6 @@ +clc;
+fo=75; //focal length of eye lens
+D=25; //distance of distinct vision
+fe=5; //focal of eye lens in cm
+M=-(fo/fe)*(1+(fe/D)); //calculating M
+disp(M,"Magnifying power = "); //displaying result
\ No newline at end of file |