diff options
Diffstat (limited to '2993/CH2/EX2.2/Ex2_2.sce')
-rw-r--r-- | 2993/CH2/EX2.2/Ex2_2.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/2993/CH2/EX2.2/Ex2_2.sce b/2993/CH2/EX2.2/Ex2_2.sce new file mode 100644 index 000000000..18849a30f --- /dev/null +++ b/2993/CH2/EX2.2/Ex2_2.sce @@ -0,0 +1,9 @@ + +clc; +clear; + +//The size of retinal image x : + +x = ((17 * 10)/50); + +disp(x,'The size of the retinal image (in mm) is '); |