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 中使用 julia 中的不等式?不工作:
using SymPy @syms x ineq = (x+1)/(x-1) >=0