Taylorintegration.jl: ODE Integration using Taylor's Method, in Julia

TaylorIntegration.jl

ODE integration using Taylor's method in Julia.

Installation

TaylorIntegration.jl is a registered package, and is simply installed by running

pkg> add TaylorIntegration

Supporting and citing

This package is developed as part of academic research. If you would like to help supporting it, please star the repository as such metrics may help us secure funding. If you use this software, we would be grateful if you could cite our work as follows (Bibtex entry can be found here):

J.A. Pérez-Hernández and L. Benet
TaylorIntegration.jl: Taylor Integration in Julia
https://github.com/PerezHz/TaylorIntegration.jl
DOI:[10.5281/zenodo.2562352](https://doi.org/10.5281/zenodo.2562352)

Examples

Acknowledgments

We acknowledge financial support from DGAPA-PAPIIT grants IG-100616 and IG-100819.

Build status: Build status

Coverage: Coverage Status codecov

Documentation:

DOI (Zenodo): DOI

Authors

  • Jorge A. Pérez, Instituto de Ciencias Físicas, Universidad Nacional Autónoma de México (UNAM)
  • Luis Benet, Instituto de Ciencias Físicas, Universidad Nacional Autónoma de México (UNAM)

Comments, suggestions, and improvements are welcome and appreciated.

Download Details:

Author: PerezHz
Source Code: https://github.com/PerezHz/TaylorIntegration.jl 
License: View license

#julia #differentiators #integration 

Taylorintegration.jl: ODE Integration using Taylor's Method, in Julia