jump-dev / jump-dev/SumOfSquares.jl

Integrate polynomial over specified domain

Open
#267 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
131
Forks
26
PR merge metrics
No merged PRs in 30d

Description

I'm looking for functionality akin to
```julia
integrate(poly, x, lb, ub)
```
i.e., to express the integral
$$\int_{l}^{u} p(x) dx$$ where $p(x)$ is a polynomial. Similar to [YALMIP `int`](https://yalmip.github.io/example/polynomialdesign/)

Scanning through the docs, I can't find this available. Is this supported by some of the polynomial packages that are supported by SumOfSquares.jl?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by checking the SumOfSquares.jl documentation and the polynomial packages it supports for an existing API matching integrate(poly, x, lb, ub), then compare the YALMIP example linked in the issue. Done means the requested bounded polynomial integration is either identified and documented as supported or its missing support is scoped clearly enough for implementation.

Written by the indexing model from the issue text.

Assessment

Tech stack
julia
Domain
tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.