from sympy import Symbol, exp, I >>> x = Symbol("x") # a plain x with no attributes >>> exp(I*x).expand() I*x e > ...
確定! 回上一頁