Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法通过 sympy 找到一个复杂方程的解。似乎找到所有解决方案都太复杂了。
我试图把 quik = True 但它并没有提高分辨率。
如果方程是多项式,您可以请求特定的RootOf解决方案;如果它是一个单变量表达式,你可以得到一个“接近一些初始猜测”的数值解nsolve。
RootOf
nsolve