From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 2234/CH3/EX3.10/ex3_10.sce | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 2234/CH3/EX3.10/ex3_10.sce (limited to '2234/CH3/EX3.10') 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 -- cgit