摘要:
# coding: utf-8 # In[1]: from sympy import * E**(I*pi)+1 # In[4]: x = Symbol('x') expand( E**(I*x) ) # In[6]: x = Symbol("x", real=True) expand(exp(I*x), complex=True) # In[7]: tmp = serie... 阅读全文
posted @ 2017-04-01 16:00
cndavy
阅读(624)
评论(0)
推荐(0)
浙公网安备 33010602011771号