diff options
Diffstat (limited to '3763/CH10/EX10.11/Ex10_11.sce')
-rw-r--r-- | 3763/CH10/EX10.11/Ex10_11.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3763/CH10/EX10.11/Ex10_11.sce b/3763/CH10/EX10.11/Ex10_11.sce new file mode 100644 index 000000000..ddfc497dc --- /dev/null +++ b/3763/CH10/EX10.11/Ex10_11.sce @@ -0,0 +1,15 @@ +clear +// +// +// + +//Variable declaration +a=100*10**-6 +NA=0.3 //numerical aperture(m) +lamda=850*10**-9 //wavelength(m) + +//Calculation +V_number=(2*%pi**2*a**2*NA**2/lamda**2) //number of modes +printf("\n total number of modes is %0.3f",2*V_number) + +//Result |