摘要: from sympy import *x, y = symbols('x, y')z = x ** 3 + y ** 3 + x *... 阅读全文
posted @ 2020-12-24 09:19 小Aer 阅读(1640) 评论(0) 推荐(0) 编辑