SigmaEpsilon.Math - A Python Library for Applied Mathematics in Natural Sciences#

Version: 2.5.0

Useful links: Installation | Getting Started | Issue Tracker | Source Repository

The sigmaepsilon.math library is the mathematical department of the SigmaEpsilon project, a collection of Python libraries for computational mechanics and other disciplines. The library includes tools that emerged during work on other parts of the SigmaEpsilon ecosystem, but are general enough to be used in other projects.

Implementations are fast as they rely on the vector math capabilities of NumPy, while other computationally sensitive calculations are JIT-compiled using Numba. Here and there we also use NetworkX, SciPy, SymPy and scikit-learn.

Highlights#

Contents#

Getting Started

The getting started guide is your entry point. It helps you to set up a development environment and make the first steps with the library.

User Guide

The user guide provides a detailed walkthrough of the library, touching the key features with useful background information and explanation.

API Reference

The reference guide contains a detailed description of the functions, modules, and objects included in the library. It describes how the methods work and which parameters can be used. It assumes that you have an understanding of the key concepts.

Contributor’s Guide

Want to add to the codebase? The contributing guidelines will guide you through the process of improving the library.

Indices and tables#