Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jverzani/realpolynomialroots.jl
https://github.com/jverzani/realpolynomialroots.jl
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jverzani/realpolynomialroots.jl
- Owner: jverzani
- License: mit
- Created: 2021-01-08T00:06:58.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-01T20:46:09.000Z (about 1 year ago)
- Last Synced: 2024-07-11T01:43:22.157Z (6 months ago)
- Language: Julia
- Size: 268 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RealPolynomialRoots
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://jverzani.github.io/RealPolynomialRoots.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://jverzani.github.io/RealPolynomialRoots.jl/dev)
[![Build Status](https://github.com/jverzani/RealPolynomialRoots.jl/workflows/CI/badge.svg)](https://github.com/jverzani/RealPolynomialRoots.jl/actions)
[![codecov](https://codecov.io/gh/jverzani/RealPolynomialRoots.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/jverzani/RealPolynomialRoots.jl)A package to find isolating intervals for the real roots of a square free polynomial.
The algorithm used is based on:
*Computing Real Roots of Real Polynomials ... and now For Real!*
by Alexander Kobel, Fabrice Rouillier, Michael Sagraloff
[arXiv](1605.00410) [DOI](https://doi.org/10.1145/2930889.2930937)More detail on the algorithm is found in:
Computing real roots of real polynomials
Michael Sagraloff, Kurt Mehlhorn
[DOI](https://doi.org/10.1016/j.jsc.2015.03.004)