cndavy

导航

 

2017年4月1日

摘要: # 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 阅读(617) 评论(0) 推荐(0) 编辑