summaryrefslogtreecommitdiff
path: root/2234/CH3/EX3.6
diff options
context:
space:
mode:
Diffstat (limited to '2234/CH3/EX3.6')
-rwxr-xr-x2234/CH3/EX3.6/ex3_6.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/2234/CH3/EX3.6/ex3_6.sce b/2234/CH3/EX3.6/ex3_6.sce
new file mode 100755
index 000000000..4936e96b0
--- /dev/null
+++ b/2234/CH3/EX3.6/ex3_6.sce
@@ -0,0 +1,5 @@
+clc;
+fe=5; //focal length in cm
+D=25; //distance od distinct vision in cm
+m=1+(D/fe); //calculating magnifying power
+disp(m,"magnifying Power = "); //displaying result \ No newline at end of file