v6.0.0equations
복소수를 지원하는 방정식 해결 라이브러리입니다.
Dart로 작성된 방정식 해결 라이브러리.
^5.0.5^7.0.1^1.28.0아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
dart_equations logo
An equation-solving library written purely in Dart.
CI status Stars count on GitHub Stars count on GitHub
The equations package is written purely in Dart and helps you solve equations. Whether you're building a CLI application, a web server or a cross-platform Flutter project, equations has you covered. Here's what you can do with this :
Algebraic types;Nonlinear types;SystemSolver types;In addition, you can also find utilities to work with:
RealMatrix and ComplexMatrix types;Complex type;NumericalIntegration types;Interpolation types.The website hosted at this repository's GitHub Pages contains the latest dart doc HTML documentation. For more information about solving equations and examples on how to use the classes from this package, check out the articles on the Wiki pages: