Skip to content

Use cases for package in other packages and papers #184

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

Closed
dpsanders opened this issue Jul 20, 2018 · 8 comments
Closed

Use cases for package in other packages and papers #184

dpsanders opened this issue Jul 20, 2018 · 8 comments

Comments

@dpsanders
Copy link
Member

dpsanders commented Jul 20, 2018

It would be very helpful if people were willing to list some of the use cases of this package, both within other Julia packages and for calculations published in research papers etc.

EDIT: Please just add a comment with links.

@mforets
Copy link
Contributor

mforets commented Jul 20, 2018

Use case: applications of formal verification. We use intervals (among other set representations) in JuliaReach eg. in LazySets.jl and Reachability.jl to do flowpipe approximation of dynamical systems.

@Kolaru
Copy link
Collaborator

Kolaru commented Nov 27, 2018

Use case: Count the number of non-trivial solutions of a system of equations to determine the different phases of the system and independantly verify analytic result determining the critical region of the transition. Interval arithmetic was also used to prove that in some cases the phase transition is discontinous.

I did this for my master thesis in the context of network studies. For the final results, see figures 2.6 and 2.7 of the report.

@kalmarek
Copy link
Contributor

@dpsanders we had a chat at some point about citing IntervalArithmetic (or ValidatedNumerics) has a paper about it (or even a technical report) been published since?

My application: providing certified lower bounds on the spectral gap of the group Laplace operators.
This includes:

@lbenet
Copy link
Member

lbenet commented Apr 5, 2019

Sorry for the long delay, and thanks for asking. I guess (for the time being) the best is to cite the package as:

David P. Sanders and Luis Benet
JuliaIntervals/IntervalArithmetic.jl:
Rigorous floating-point calculations using interval arithmetic in Julia (Version v0.x.x).
https://github.com/JuliaIntervals/IntervalArithmetic.jl

It is a good idea to specify the version you used.

cc @dpsanders

@kalmarek
Copy link
Contributor

@lbenet the nice thing about projects is that the version will be fixed by Manifest.toml which will be distributed alongside the paper

@lbenet
Copy link
Member

lbenet commented Apr 27, 2019

@kalmarek Sorry for the late reply; somehow your reply got lost. I agree with you, but this is something maybe unknown by a reader of the bibliography.

@gwater
Copy link
Contributor

gwater commented Aug 8, 2019

our peer-reviewed article about delay differential equations references IntervalRootFinding.jl

@lucaferranti
Copy link
Member

there's also #471, which is pinged

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

No branches or pull requests

7 participants