A modern C# library for symbolic mathematics — build, manipulate, and differentiate algebraic expressions with ease.
- Define variables and symbolic expressions
- Simplify and transform expressions
- Perform symbolic differentiation
- Output human‑readable math notation
- Lightweight and extensible for .NET developers
This library is STILL IN DEVELOPMENT, and thus is not production-ready quite yet. If you're going to use this in production, make sure to:
- Credit and Link to the repository on GitHub (https://github.com/GreatCoder1000/SymSharp)
- Test THOROUGHLY to make sure it handles all cases of interest
See [https://greatcoder1000.github.io/SymSharp/](SymSharp's official documentation site) for more information (such as API usage).