Mathematical equation manipulation in Python

后端 未结 5 1250
天命终不由人
天命终不由人 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:53

    Things have sure changed since 2009. I don't know how your GUI application is going, but this is now possible directly in IPython qtconsole (which one could embed inside a custom PyQt/PySide application, and keep track of all the defined symbols, to allow GUI interaction in a separate listbox, etc.)

    enter image description here

    (Uses the sympyprt extension for IPython)

提交回复
热议问题