You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initial commit: MathCore - Symbolic mathematics library for Rust
MathCore is a comprehensive computer algebra system (CAS) for Rust that provides:
Core Features:
- Symbolic expression parsing and manipulation
- Symbolic differentiation and integration
- Equation solving (linear, quadratic, polynomial)
- Complex number support
- Expression simplification
Advanced Features:
- Differential equations (ODEs and PDEs)
- Matrix operations with nalgebra integration
- Arbitrary precision arithmetic (BigInt/BigRational)
- Fast Fourier Transform (FFT)
- Numerical methods (Newton-Raphson, Runge-Kutta, etc.)
- Parallel computation support with Rayon
- WASM support for browser deployment
The library is designed with performance, safety, and ergonomics in mind,
leveraging Rust's type system for reliable scientific computing.
Version: 0.3.1
License: MIT
Author: Mehmet Yilmaz <mehmet@nonanti.dev>
0 commit comments