Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 848 Bytes

File metadata and controls

21 lines (14 loc) · 848 Bytes

SymSharp

A modern C# library for symbolic mathematics — build, manipulate, and differentiate algebraic expressions with ease.

Features

  • Define variables and symbolic expressions
  • Simplify and transform expressions
  • Perform symbolic differentiation
  • Output human‑readable math notation
  • Lightweight and extensible for .NET developers

Quick Note

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:

More Information

See [https://greatcoder1000.github.io/SymSharp/](SymSharp's official documentation site) for more information (such as API usage).