I think this is the first integral that I have thrown at Sage that
stumps it.  Any suggestions on getting this guy to go through.

a=var('a');
assume(a > 0);
k=var('k');
assume(k > 0);
hbar=var('hbar');
assume(hbar > 0);
m=var('m');
assume(m > 0);
t=var('t');
assume(t > 0);
integrate(exp(-k^2/(4*a))*exp(i*k*x-i*hbar*k^2*t/(2*m)),k,-oo,oo)

Chris

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to