SymPy is…
- Free: Licensed under BSD, SymPy is free both as in speech and as in beer.
- Python-based: SymPy is written entirely in Python and uses Python for its language.
- Lightweight: SymPy only depends on mpmath , a pure Python library for arbitrary floating point arithmetic, making it easy to use.
- A library: Beyond use as an interactive tool, SymPy can be embedded in other applications and extended with custom functions.
Projects using SymPy
This is an (incomplete) list of projects that use SymPy. If you use SymPy in your project, please let us know on our mailinglist , so that we can add your project here as well.
- Cadabra : Tensor algebra and (quantum) field theory system using SymPy for scalar algebra.
- ChemPy : A package useful for chemistry written in Python.
- EinsteinPy : A Python package for symbolic and numerical General Relativity.
- galgebra : Geometric algebra (previously sympy.galgebra).
- LaTeX Expression project : Easy LaTeX typesetting of algebraic expressions in symbolic form with automatic substitution and result computation).
- Lcapy : Experimental Python package for teaching linear circuit analysis.
- OctSymPy : A Symbolic Package for Octave using SymPy.
- Optlang : A Python package for solving mathematical optimization problems.
- PyDy : Multibody dynamics in Python.
- pyneqsys : Solve symbolically defined systems of non-linear equations numerically.
- pyodesys : Straightforward numerical integration of ODE systems from Python.
- Quameon : Quantum Monte Carlo in Python.
- Quantum Programming in Python : Quantum 1D Simple Harmonic Oscillator and Quantum Mapping Gate.
- SageMath : Open source mathematics system that includes SymPy.
- Scikit-fdiff : Finite differences discretization.
- SfePy : Simple finite elements in Python.
- Spyder : The Scientific Python Development Environment, a Python equivalent to Rstudio or MATLAB; full SymPy support can be enabled in Spyder's IPython Consoles .
- Symbolic statistical modeling : Adding statistical operations to complex physical models.
- yt : Python package for analyzing and visualizing volumetric data ( unyt , the yt unit system, uses SymPy).
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
像程序员一样思考
V. Anton Spraul / 徐波 / 人民邮电出版社 / 2013-6 / 49.00元
编程的真正挑战不是学习一种语言的语法,而是学习创造性地解决问题,从而构建美妙的应用。《像程序员一样思考》分析了程序员解决问题的方法,并且教授你其他图书所忽略的一种能力,即如何像程序员一样思考。全书分为8章。第1章通对几个经典的算法问题切入,概括了问题解决的基本技巧和步骤。第2章通过实际编写C++代码来解决几个简单的问题,从而让读者进一步体会到问题解决的思路和应用。第3到7章是书中的主体部分,分别探......一起来看看 《像程序员一样思考》 这本书的介绍吧!