summaryrefslogtreecommitdiff
path: root/1664/CH3/EX3.3/Ex3_3.sce
blob: e3e0e119f55e36ceeb29247645cf86d09b3a3d93 (plain)
1
2
3
4
5
6
7
8
9

//Example No.3.3.
//Page No. 99.
//To find critical angle.
clc;clear;
n1 = 1.6;//Refractive index of core.
n2 = 1.49;// Refractive index of cladding.
Qc = asind((n2)/(n1));//Critical angle.
printf("\nThe critical angle of the fibre is %.2f degree",Qc);