时间:2024-10-13 04:19:01
1、打开spyder编译器,导入sympy模块。import sympy as sy
3、创建方程式:fc=a*x+b*y+c*z-d
5、用x和z来表示y:jie=sy.solve(fc,y)print(jie)