Metadata-Version: 2.1
Name: algebraic_hbm
Version: 0.1.4
Summary: Python implementation of the algebraic harmonic balance method for second order ordinary differential equations with polynomial coefficients.
Home-page: https://git.tu-berlin.de/hannes.daenschel/algebraic-hbm
Author: Hannes Dänschel
Author-email: daenschel@math.tu-berlin.de
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numba>=0.60.0
Requires-Dist: numpy>=1.26.4
Requires-Dist: scipy>=1.13.1

# Algebraic Harmonic Balance Method

This package provides a Python implementation of the algebraic harmonic balance method (algebraic HBM) as proposed  by [[1](#reference-1)].

## Installation

The following command installs ```algebraic_hbm``` from the [Python Package Index](https://pypi.org/project/.../). You will need a working installation of ```Python>=3.10``` and ```pip```.

```sh
pip install algebraic-hbm
```

## Repository

The maintained repository including documentation is https://git.tu-berlin.de/hannes.daenschel/algebraic-hbm.

## References

1. <a name="reference-1"></a>Hannes Dänschel and Lukas Lentz. "An Algebraic Representation of the Harmonic Balance Method for Ordinary Differential Equations with Polynomial Coefficients". Manuscript at https://git.tu-berlin.de/hannes.daenschel/algebraic-hbm
