欢迎使用SymPy的文档!#
A PDF version of these docs is also available.
SymPy is a Python library for symbolic mathematics. If you are new to SymPy, start with the introductory tutorial.
这是SymPy所有文档的中心页面。
Installation#
Instructions on how to install SymPy.
Tutorials#
Tutorials are the best place to start for anyone new to SymPy or one of SymPy's features.
How-to Guides#
How-to guides are step-by-step instructions on how to do specific tasks.
Explanations#
Explanations provide in-depth discussions about select SymPy features. These topic guides talk about things like the motivation behind design decisions, technical implementation details, and opinionated recommendations.
API Reference#
The API reference is a detailed description of the SymPy API. Every SymPy function and class is enumerated here with detailed information on what each function does.
Contributing#
The contributing guide goes over the details necessary to contribute to SymPy.