summaryrefslogtreecommitdiff
path: root/1847/CH3/EX3.46
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /1847/CH3/EX3.46
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '1847/CH3/EX3.46')
-rwxr-xr-x1847/CH3/EX3.46/Ch03Ex46.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1847/CH3/EX3.46/Ch03Ex46.sce b/1847/CH3/EX3.46/Ch03Ex46.sce
new file mode 100755
index 000000000..eb8485c76
--- /dev/null
+++ b/1847/CH3/EX3.46/Ch03Ex46.sce
@@ -0,0 +1,10 @@
+// Scilab Code EX3.46:: Page-3.59 (2009)
+clc;clear;
+lambda = 5461e-008; // Wavelength of light used, cm
+d = 4e-005; // Separation distance between two self-luminous objects, cm
+NA = 1.22*lambda/(2*d); // Numerical aperture of microscope, cm
+
+printf("\nThe numerical aperture of the objective of the microscopes = %6.4f cm", NA);
+
+// Result
+// The numerical aperture of the objective of the microscopes = 0.8328 cm