CODEX, MEMO python解方程 2019年7月9日 ht from sympy import * x=Symbol(‘x’) y=Symbol(‘y’) res=solve([expresions,],[parameters,]) print res