summaryrefslogtreecommitdiff
path: root/1883/CH3/EX3.3.6/Example3_6.sce
blob: 6c063c0f82f0b4b9a95a26ce1f358dedf34b5276 (plain)
1
2
3
4
5
6
7
8
9
//Chapter-3,Example3_3_6,pg 3-8

n1=1.563                                                  //refractive index f core

n2=1.498                                                  //refractive index of cladding

delta=(n1-n2)/n1                                            //fractional index change 

printf("\nThe fractional index change is  Delta = %.4f \n",delta)