Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. LHS[m_, a_, t1_] :=
  2. NIntegrate[
  3. HermiteH[2 m + 1, z] E^(-z^2 + Sqrt[2] a z E^(-I t1)), {z, 0, Infinity}]
  4.  
  5. RHS[m_, a_, t1_] :=
  6. -(((-1)^m*(2*m + 1)!!*E^((1/2)*(-I)*t1)*
  7. E^(((1/2)*a^2)/E^(2*I*t1))*(a^2/E^(2*I*t1))^(m + 1/2)*
  8. Gamma[-m - 1/2, 0, ((1/2)*a^2)/E^(2*I*t1)])/(2*Sqrt[2]))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement