Simplest way to solve mathematical equations in Python

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

    I have just started using GNU Scientific Library, which however is C library. Looks like there are Python bindings too. So, it might be worth looking at.

提交回复
热议问题