Simplest way to solve mathematical equations in Python

后端 未结 15 1760
自闭症患者
自闭症患者 2020-12-13 10:15

I want to solve a set of equations, linear, or sometimes quadratic. I don\'t have a specific problem, but often, I have been in this situation often.

It is simple to

15条回答
  •  被撕碎了的回忆
    2020-12-13 10:45

    On second thoughts, I went through sage in detail and clearly it is the best math free software available.

    Just some of the different python math related libraries, it integrates is absolutely awesome.

    Mathematics packages contained in Sage:

    Algebra GAP, Maxima, Singular 
    Algebraic Geometry  Singular
    Arbitrary    Precision
    Arithmetic  GMP, MPFR, MPFI,    NTL
    Arithmetic Geometry PARI, NTL,      
    mwrank, ecm Calculus    Maxima, SymPy, 
    GiNaC Combinatorics Symmetrica,     
    Sage-Combinat Linear Algebra    Linbox,
    IML Graph Theory    NetworkX Group     
    Theory  GAP Numerical
    computation GSL,    SciPy, NumPy,
    ATLAS
    

    Other packages contained in Sage:

    Command line    IPython Database    ZODB,
    Python Pickles, SQLite Graphical
    Interface   Sage Notebook, jsmath
    Graphics    Matplotlib, Tachyon3d, GD,
    Jmol Interactive 
    programming language  Python 
    Networking  Twisted
    

提交回复
热议问题