Skip to content

basic implementation of ConditionalExpression, Assuming and - #1330

Merged
rocky merged 1 commit into
masterfrom
ConditionalExpression-basic
May 1, 2021
Merged

basic implementation of ConditionalExpression, Assuming and#1330
rocky merged 1 commit into
masterfrom
ConditionalExpression-basic

Conversation

@mmatera

@mmaterammatera commented Apr 30, 2021

Copy link
Copy Markdown
Contributor
  • Integrate now uses ConditionalExpression
  • Integrate simplifies the Sympy output before return.
  • Improved Simplify using a predicate evaluator,
  • FullSimplify
  • Add Method option Assumption for Integrate, and as a second parameter in Simplify and FullSimplify
  • adding Assuming

Integrate uses now ConditionalExpression
Remove an unused import
Misc Arg tweaks:
* Arg[0] needs to be defined 0 (otherwise it can be indeterminate)
* More complete doc for Arg
* Add Method option
improving the behaviour of Piecewise returns in Integrate
misc
@rocky
rockyforce-pushed the ConditionalExpression-basic branch from a9c5e95 to 417f478CompareMay 1, 2021 03:42
@rocky
rocky merged commit 3c0ea29 into masterMay 1, 2021
@mmatera
mmatera deleted the ConditionalExpression-basic branch May 3, 2021 13:25
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@mmatera@rocky