python解方程

from sympy import *
x=Symbol(‘x’)
y=Symbol(‘y’)
res=solve([expresions,],[parameters,])
print res