User Portlet
Discussions |
---|
I want to change the parameter of Γ, output each graph, and then display all the graphs on top of each other. What should i do? Ug = 1/2; U = -1/12; u = 1/4; s = -13; w = 10; p = -5;Γ= 0.001; E := 2*s + p + Ug + w; ... |
It is the following formula. Plot3D[((1/(x + 5))*Exp[-I (x + 5)*10] - (1/(3 + I*Pi*y))* Exp[-I (3 + I*Pi*y)*10] + (1/(3 + I*Pi*y)) - (1/(x + 5)))*((1/(x + 5))*Exp[I (x + 5)*10] - (1/(3 - I*Pi*y))* Exp[I (3 -... |