From: sibasish chaudhury on
Hi everyone!
i'm facing a problem regarding the plotting of the graph of change of electroabsorption coefficient versus change in photon energy in matlab 7.1. The required equation is

Δalpha(ω,F) = (C/ω){θF 1/2[|d Ai(β)/dβ|2 – β|Ai(β)|2] – 0.3187(ω – ω1)1/2} , (ω>ω1)

[e = charge of an electron
ħ = plank’s constant F= electric field
μ = reduced mass of GaAs= .065m0
C= 1.76*1012 cm-1sec^-1/2
ω1 = 2.15*1015 sec^-1
θF3 = (e2*F2/(2*μ*ħ)) β = (ω1 – ω/θF)
Ai(β) = airy function Ai(β)=(1/sqrt(pi))[int((1/3)*cosu^3+u*β)]

change in absorption coefficient= Δalpha(ω,F)
Δalpha(ω,F)= alpha(ω,F) - alpha(ω,0)
= (C/ω){θF 1/2[|d Ai(β)/dβ|2 – β|Ai(β)|2] – 0.3187(ω – ω1)1/2} , (ω>ω1)

I have to calculate the change in absorption coefficient of GaAs (Δα)as induced by electric fields of different strength(0.5*105 – 2.0*105 V/cm) with respect to the difference in photon energy and bandgap(ħω - Eg)

can anyone please help me to code it in matlab m-file

thank you in advance for help.
sibasish chaudhury
From: us on
"sibasish chaudhury" <talk2sibasish(a)gmail.com> wrote in message <hour81$fem$1(a)fred.mathworks.com>...
> Hi everyone!
> i'm facing a problem regarding the plotting of the graph of change of electroabsorption coefficient versus change in photon energy in matlab 7.1. The required equation is
>
> &#916;alpha(&#969;,F) = (C/&#969;){&#952;F 1/2[|d Ai(&#946;)/d&#946;|2 &#8211; &#946;|Ai(&#946;)|2] &#8211; 0.3187(&#969; &#8211; &#969;1)1/2} , (&#969;>&#969;1)
>
> [e = charge of an electron
> &#295; = plank&#8217;s constant F= electric field
> &#956; = reduced mass of GaAs= .065m0
> C= 1.76*1012 cm-1sec^-1/2
> &#969;1 = 2.15*1015 sec^-1
> &#952;F3 = (e2*F2/(2*&#956;*&#295;)) &#946; = (&#969;1 &#8211; &#969;/&#952;F)
> Ai(&#946;) = airy function Ai(&#946;)=(1/sqrt(pi))[int((1/3)*cosu^3+u*&#946;)]
>
> change in absorption coefficient= &#916;alpha(&#969;,F)
> &#916;alpha(&#969;,F)= alpha(&#969;,F) - alpha(&#969;,0)
> = (C/&#969;){&#952;F 1/2[|d Ai(&#946;)/d&#946;|2 &#8211; &#946;|Ai(&#946;)|2] &#8211; 0.3187(&#969; &#8211; &#969;1)1/2} , (&#969;>&#969;1)
>
> I have to calculate the change in absorption coefficient of GaAs (&#916;&#945;)as induced by electric fields of different strength(0.5*105 &#8211; 2.0*105 V/cm) with respect to the difference in photon energy and bandgap(&#295;&#969; - Eg)
>
> can anyone please help me to code it in matlab m-file
>
> thank you in advance for help.
> sibasish chaudhury

what have YOU done so far to solve YOUR particular problem...

us