-
Notifications
You must be signed in to change notification settings - Fork 70
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
Comments
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. |
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. |
@dpsanders we had a chat at some point about citing My application: providing certified lower bounds on the spectral gap of the group Laplace operators.
|
Sorry for the long delay, and thanks for asking. I guess (for the time being) the best is to cite the package as:
It is a good idea to specify the version you used. cc @dpsanders |
@lbenet the nice thing about projects is that the version will be fixed by |
@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. |
our peer-reviewed article about delay differential equations references IntervalRootFinding.jl |
there's also #471, which is pinged |
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.
The text was updated successfully, but these errors were encountered: