RuleBasedIntegration / Rubi

Rubi for Mathematica
http://rulebasedintegration.org
MIT License
228 stars 23 forks source link

Is there a way to get results with absolute value? #49

Open Somnium7 opened 1 year ago

Somnium7 commented 1 year ago

If we work within real numbers (which I guess is the case for a lot of people), correct antiderivative of 1/x is Log[RealAbs[x]]. Can we get it somehow instead of just Log[x]?