Dear all,

With current master branch I get the following output:

In [8]: integrate(x*exp(-k*x),x)
Out[8]: 
⎧                         3    
⎪        x           for k  = 0
⎪                              
⎪⎛   2      ⎞  -k⋅x            
⎨⎝- k ⋅x - k⎠⋅ℯ                
⎪──────────────────  otherwise 
⎪         3                    
⎪        k                     
⎩                              

But we would expect k**3 case to correspond to x**2/2.

Can anyone confirm this? (I have done my best to make sure I'm using 
the current master branch but you never know with all virtualenv and what 
not)

Cheers!
/Björn

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


Reply via email to