JuliaIntervals / IntervalRootFinding.jl

Library for finding the roots of a function using interval arithmetic
https://juliaintervals.github.io/IntervalRootFinding.jl/
Other
127 stars 26 forks source link

[WIP] Multidimensional Interval Newton Method to solve a system of non-linear equations #81

Open eeshan9815 opened 6 years ago

eeshan9815 commented 6 years ago

@dpsanders

eeshan9815 commented 6 years ago

This is currently an initial implementation mostly because I am having some difficulty getting linear_hull to work with this. Using Gaussian Elimination works fine for now. I should be able to fix this soon, and update the PR.