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).
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
与孩子一起学编程
[美] 桑德Warren Sande、Carter Sande / 苏金国、姚曜 等 / 人民邮电出版社 / 2010-11 / 65.00元
一本老少咸宜的编程入门奇书!一册在手,你完全可以带着自己的孩子,跟随Sande父子组合在轻松的氛围中熟悉那些编程概念,如内存、循环、输入和输出、数据结构和图形用户界面等。这些知识一点儿也不高深,听起来备感亲切,书中言语幽默风趣而不失真义,让学习过程充满乐趣。细心的作者还配上了孩子们都喜欢的可爱漫画和经过运行测试的程序示例,教你用最易编写和最易理解的Python语言,写出你梦想中的游戏程序。 ......一起来看看 《与孩子一起学编程》 这本书的介绍吧!