Simplest way to solve mathematical equations in Python

后端 未结 15 1764
自闭症患者
自闭症患者 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:43

    Have you looked at SciPy?

    It has an example in the tutorials on solving linear algebra:

    http://docs.scipy.org/doc/scipy/reference/tutorial/linalg.html#solving-linear-system

提交回复
热议问题