有mathematica 的同学帮个忙,做个积分 (转载)

w
wms
楼主 (未名空间)

【 以下文字转载自 Physics 讨论区 】
发信人: wms (sigh), 信区: Physics
标 题: 有mathematica 的同学帮个忙,做个积分
发信站: BBS 未名空间站 (Fri Jun 26 09:54:30 2020, 美东)

sin(p*(sin(q*x))*sin(w*x) 对x 作积分。
p,q,w real number
S
StatsGuy

Use sympy -
https://scipy-lectures.org/packages/sympy.html

【 在 wms (sigh) 的大作中提到: 】
: 发信人: wms (sigh), 信区: Physics
: 标 题: 有mathematica 的同学帮个忙,做个积分
: 发信站: BBS 未名空间站 (Fri Jun 26 09:54:30 2020, 美东)
: sin(p*(sin(q*x))*sin(w*x) 对x 作积分。
: p,q,w real number

h
hilbin

In[2]:= Integrate[Sin[p*(Sin[q*x])]*Sin[w*x], x]

Out[2]= \[Integral]Sin[w x] Sin[p Sin[q x]] \[DifferentialD]x