summaryrefslogtreecommitdiff
path: root/2234/CH3/EX3.14/ex3_14.sce
blob: ba1388878c10e15a6a6f001ee5647d57c17ba1d8 (plain)
1
2
3
4
5
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