You are on page 1of 32

By

Dr. Afaq Ahmad


Centre of Excellence in Solid State Physics
University of the Punjab Lahore.
MATLAB CODE

w=0:0.4:14;
Wt=10;
es=12.1;
ei=10;
e=ei+(((es-ei).*Wt.^2)./(Wt.^2-
w.^2));
plot(w,e)
xlabel('\omega')
ylabel('\epsilon_r(\omega)')
40

30

20
εr(ω)

10

0
Ω TO

-10

-20
0 2 4 6 8 10 12 14
ω
Now we shall discuss the negative behavior of the dielectric constant in Eq. (10)

40

30

20
εr(ω)

10

-10

Ω TO Ω LO
-20
0 2 4 6 8 10 12 14
ω
MATLAB CODE

w=0:0.00004:14;
Wt=10;
es=12.1;
ei=10;
e=ei+(((es-ei).*Wt.^2)./(Wt.^2-
w.^2));
r=abs((sqrt(e)-1)./(sqrt(e)+1)).^2;
plot(w,r)
xlabel('\omega')
ylabel('R(\omega)')
1.4

1.2

0.8
R(ω)

0.6

0.4

0.2

Ω TO
0
0 2 4 6 8 10 Ω LO 12 14
ω

You might also like