summaryrefslogtreecommitdiff
path: root/3014/CH4/EX4.17/Ex4_17.sce
blob: 345d1334423470fff15169bde02faf05f382a4c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

clc 
//Given that
n = 1.5 // Refractive index
epsilon = 4 // Static dielectric constant
epsilon_0 = 8.85e-12 // permittivity of free space
printf("Example 4.17")
k1 = (epsilon-1)/(epsilon+2)
k2 = (n^2-1)/(n^2+2)
ratio = 1/((k1/k2)-1) 
printf("\n Ratio of electronic to ionic polarizability is %f .\n\n\n",ratio)
// Answer in book is 1.43