Sympy:关于在Jupyter中的完美输出

2018-08-16  本文已影响12人  ACphart

步骤

In  [1]: from sympy import *
        init_printing(use_unicode=True)
In  [2]: x = symbols('x')
        diff(sin(x)*exp(x), x)
In  [3]: integrate(sin(x**2), x)
输出效果如下

其他输出

上一篇 下一篇

猜你喜欢

热点阅读