i wanna insert two equal between three objects in python using symby

后端 未结 0 817
逝去的感伤
逝去的感伤 2020-12-24 02:21

this is the code that can insert an equal between two objects:

import sympy as sp
from sympy import pprint
y =sp.Symbol(\'y\')
x=sp.Eq((((y**2+2)*(y**3))/5)+3         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题