Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Determine the sign of a function over a given interval #37

Open
mforets opened this issue Jan 23, 2020 · 3 comments
Open

Determine the sign of a function over a given interval #37

mforets opened this issue Jan 23, 2020 · 3 comments
Labels
documentation Improvements or additions to documentation

Comments

@mforets
Copy link
Member

mforets commented Jan 23, 2020

See the idea from @ArjunNarayanan here.

related: - https://discourse.julialang.org/t/how-can-i-check-if-a-function-is-always-positive/48405

@lucaferranti
Copy link
Member

enclose(f, X, algorithm) > 0 ?

maybe have an application showing that the package can be used for this? The sign check is used internally by branch and bound, so it's a little like inception (the movie)

@mforets
Copy link
Member Author

mforets commented Jun 18, 2022

Yes, I think we could have this as an example in the docs.

@mforets mforets added the documentation Improvements or additions to documentation label Jun 18, 2022
@ArjunNarayanan
Copy link

@lucaferranti the application I needed it for was an implementation of this paper to construct quadrature rules on implicitly defined domains.

I have a basic 2D implementation in my repo here https://github.com/ArjunNarayanan/ImplicitDomainQuadrature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants