用python解一元三次方程 如何用matlab解一元三次方程 怎么用python解一元二次方程?def solve Quad(a,B,c):如果a==0:print(”您输入的不是二次方程!“)否则:delta=b*b-4*a*C... 2021-03-16 2625次浏览