Skip to content

Add quadratization transformation for polynomial ODEs#143

Closed
bowenszhu wants to merge 4 commits into
mainfrom
b/quadratization
Closed

Add quadratization transformation for polynomial ODEs#143
bowenszhu wants to merge 4 commits into
mainfrom
b/quadratization

Conversation

@bowenszhu

Copy link
Copy Markdown
Member

This PR adds functionality to transform polynomial ODEs into quadratic form. Quadratization is a useful preprocessing step that converts higher-order polynomial systems into equivalent quadratic systems, which can be more efficiently handled by various numerical methods and model reduction techniques.

Checklist

  • Appropriate tests were added
  • Any code changes were done in a way that does not break public API
  • All documentation related to code changes were updated
  • The new code follows the
    contributor guidelines, in particular the SciML Style Guide and
    COLPRAC.
  • Any new documentation only uses public API

Additional context

Add any other context about the problem here.

@bowenszhu bowenszhu closed this Apr 11, 2026
Sign up for free to 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.

1 participant