Metadata-Version: 2.1
Name: algebraic_hbm
Version: 0.1.1
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: Hannes Dänschel <daenschel@math.tu-berlin.de>
Project-URL: Homepage, https://git.tu-berlin.de/hannes.daenschel/algebraic-hbm
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

# algebraic_hbm (Algebraic Harmonic Balance Method)

This package provides a Python 3.10 implementation of the algebraic harmonic balance method for second order ordinary differential equations with polynomial coefficients as proposed by [[1](#reference-1)] and used in [[2](#reference-2)].

## 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".
2. <a name="reference-2"></a>Hannes Dänschel, Lukas Lentz, and Utz von Wagner. "Error Measures and Solution Artifacts of the Harmonic Balance Method on the Example of the Softening Duffing Oscillator". In: Journal of Theoretical and Applied Mechanics 62.2 (Apr. 2024), pp. 435–455. DOI: [10.15632/jtam-pl/186718](https://doi.org/10.15632/jtam-pl/186718)
