-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed as not planned
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
# sympy.integrate((3*x)/(x**2+smp.Rational(7/4)),x)
System response: 3/2*log(4x**2+7)
When I put the expression to integrate, it turns out that the answer is different than integrating without considering Rational.
sympy.integrate((3x)/(x**2+7/4),x)
System response: 1.5log(1.0x**2+1.75)
CPython versions tested on:
3.13
Operating systems tested on:
Windows
Metadata
Metadata
Assignees
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error