Mathematical equation manipulation in Python

后端 未结 5 1241
天命终不由人
天命终不由人 2020-12-05 03:36

I want to develop a GUI application which displays a given mathematical equation. When you click upon a particular variable in the equation to signify that it is the unknown

5条回答
  •  离开以前
    2020-12-05 03:56

    Sage has support for symbolic math. You could just use some of the equation manipulating functions built-in:

    http://sagemath.org/

提交回复
热议问题