Bandas de Energía

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

In[172]:= t1 = 0.

3;

In[173]:= t2 = 0.2;
tp = 1.0;
td = 1.0;
a = 1;
b = 1;

In[178]:= tma = (td + tp) / 2;

In[179]:= tme = (td - tp) / 2;

In[180]:=

In[189]:= Plot3Dtma + tme2 + 2 t12 (1 - Cos[kx a]) + t22 (1 - Cos[ky b]) ,

tma - tme2 + 2 t12 (1 - Cos[kx a]) + t22 (1 - Cos[ky b]) , {kx, - 2 π, 2 π},
{ky, - 2 π, 2 π}, PlotTheme → "Detailed", PlotStyle → Opacity[0.7],
Mesh → Full, PlotLabel → Energy, AxesLabel → {kx, ky},
BaseStyle -> {FontWeight -> "Bold", FontSize → 20}

tma + tme2 + 2 t12 (1 - cos(kx a)) + t22 (1 -


Out[189]=
tma - tme2 + 2 t12 (1 - cos(kx a)) + t22 (1 -

You might also like