diff options
Diffstat (limited to '3840/CH11/EX11.3/Ex11_3.sce')
-rw-r--r-- | 3840/CH11/EX11.3/Ex11_3.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3840/CH11/EX11.3/Ex11_3.sce b/3840/CH11/EX11.3/Ex11_3.sce new file mode 100644 index 000000000..392b3dcd2 --- /dev/null +++ b/3840/CH11/EX11.3/Ex11_3.sce @@ -0,0 +1,13 @@ +clear +// +// +// + +//Variable declaration +n1=1.563 //Core refractive index +n2=1.498 //Cladding refractive index + +//Calculation +delta=(n1-n2)/n1 //fractional index change + +//Result |