SymPy icon
SymPy icon

SymPy

 31 likes

SymPy is a Python library for symbolic computation. The stated goals of the library are to become a full-featured computer algebra system and to keep a simple code base to promote extensibility and comprehensibility.

SymPy screenshot 1

License model

  • FreeOpen Source

Platforms

  • Mac
  • Windows
  • Linux
  No rating
31likes
0comments
0news articles

Features

Suggest and vote on features

Properties

  1.  Educational

Features

  1.  Equation editor
  2.  Equation solving

 Tags

SymPy News & Activities

Highlights All activities

Recent activities

  • App icon
    POX added SymPy as alternative to CuPy
    8 months ago
  • App icon
    POX added SymPy as alternative to NumPy
    11 months ago
Show all activities

SymPy information

  • Developed by

    Unknown
  • Licensing

    Open Source and Free product.
  • Alternatives

    38 alternatives listed
  • Supported Languages

    • English

Our users have written 0 comments and reviews about SymPy, and it has gotten 31 likes

SymPy was added to AlternativeTo by NightHeron on Jan 20, 2013 and this page was last updated Aug 30, 2017.
No comments or reviews, maybe you want to be first?
Post comment/review

What is SymPy?

SymPy is a Python library for symbolic computation. The stated goals of the library are to become a full-featured computer algebra system and to keep a simple code base to promote extensibility and comprehensibility. SymPy is written entirely in Python and does not depend on any additional libraries. It is available both as a desktop application and on the web as SymPy Live.SymPy includes features ranging from basic symbolic arithmetic to calculus, algebra, discrete mathematics and quantum physics. It is capable of formatting the result of the computations as LaTeX code.SymPy is free software and is licensed under New BSD license. The lead developers are Ondrej Certík and Aaron Meurer.FeaturesThe SymPy library is split into a core with many optional modules.Currently, the core of SymPy has around 13,000 lines of code (including comments and docstrings) and its capabilities include :Core capabilities Basic arithmetic: *, /, +, -, ** Simplification Expansion Functions: trigonometric, hyperbolic, exponential, roots, logarithms, absolute value, spherical harmonics, factorials and gamma functions, zeta functions, polynomials, hypergeometric, special functions,... Substitution Arbitrary precision integers, rationals and floats Noncommutative symbols Pattern matching

Official Links