|
SOLUTIONS
|
MATHEMATICA 内置符号
FourierSinCoefficient
FourierSinCoefficient[expr, t, n]
给出 expr 的傅立叶正弦级数展开式的第 n
个系数.
FourierSinCoefficient[expr, {t1, t2, ...}, {n1, n2, ...}]
给出一个多维傅立叶正弦系数.
更多信息更多信息
- 傅立叶正弦级数展开式
的第
个系数缺省是
.
维傅立叶正弦系数由
给出.- 在形式 FourierSinCoefficient[expr, t, n] 中,n 可以是符号或一个整数.
- 可以给出下列选项:
-
Assumptions $Assumptions 参数的假设 FourierParameters {1,1} 定义傅立叶级数的参数 GenerateConditions False 是否产生关于参数条件的结果 - 函数 expr 假设在 t 中是周期的,且周期为
, 除非存在 FourierParameters 的其它指定. - FourierParameters 的普通设置是:
-
{1,1} 
缺省设置 {1,2Pi} 
周期 1 {a,b} 
普通设置
版本 7 的新功能
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


