diff options
Diffstat (limited to '2234/CH3/EX3.11/ex3_11.sce')
-rwxr-xr-x | 2234/CH3/EX3.11/ex3_11.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/2234/CH3/EX3.11/ex3_11.sce b/2234/CH3/EX3.11/ex3_11.sce new file mode 100755 index 000000000..4f2c4c2b9 --- /dev/null +++ b/2234/CH3/EX3.11/ex3_11.sce @@ -0,0 +1,6 @@ +clc;
+m=5; //magnifying power
+L=24; //length in cm
+fe=4; //focal length in cm
+fo=5*fe; //calculating fo
+disp(fo,"Focal length of lens in cm = "); //displaying result
\ No newline at end of file |