由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Science版 - Re: 哪个结果是对的?多谢 rossby 并再问。
相关主题
Re: 哪个结果是对的?help with numerical integral transformation
Re: 有没有讲FFT的入门中文书?.pdf or .html 的问个卷积去卷积的问题
问huyou一个问题Latex中的一个符号
Re: 解偏微分方程组用什么软件比较好?Re: [转载] 问一下,小波变幻,的英文名是什么?
what is inter-annual variability?Re: Help! ?难题?
[合集] 美国中小学理科教学有重大缺陷 (转载)Re: 谁有fast Fourire transform的子程序)
Re: 关于时间序列分析和DSP的问题Re: A question about numerical integration
Re: which science tools are better?Re: MATLAB中FFT得到的数据是不是只能用前面一半?
相关话题的讨论汇总
话题: rossby话题: 矩阵话题: fft话题: cfd
进入Science版参与讨论
1 (共1页)
a****o
发帖数: 42
1
CG is for conjugrate gradient method, once CMU has a very complete report o
on this, preconditioner has many method, but frankly a care-free conditioner
has never been verified in my experience. You should be able to get
the related information from most advanced text book on CFD. One of
such book is by a stanford prof in 1995 (?), published by Springer,
with name of computational fluid dyanmics ...
I have no experience with FFT or things related, but I do suspect that solving
matrix problem can
r****y
发帖数: 1437
2

我上文说到的那个迭代次数几乎独立于矩阵大小的是专指对Toeplitz矩阵,
加上circulant矩阵的preconditioner. Toeplitz矩阵指任何一个对角线上的所有元素
都相等的对称矩阵, circulant矩阵的就是轮换矩阵. 对于一个Toeplitz矩阵,
构造相应的circulant矩阵(比较流行的有两种方法), 然后进行迭代, 试验不同大小
的矩阵, 就可以看到上面的结果. 我对这个的了解来自上个学期做的term project,
觉得这个preconditioner很有意思. 你可以自己试一下, 找任意circulant矩阵C,
任意相应大小的矢量v, 假设C的第一列是c1, 那么
fc1 = fft(c1)
temp = fc1*v*fc1'
vc = ifft(temp)
可以证明 vc = Cv, 这里fft, ifft 对应快速Fourier和反Fourier变换.
至于CG和preconditioner的书, 我想CFD的并不是最好的, 还是看那些专门

【在 a****o 的大作中提到】
: CG is for conjugrate gradient method, once CMU has a very complete report o
: on this, preconditioner has many method, but frankly a care-free conditioner
: has never been verified in my experience. You should be able to get
: the related information from most advanced text book on CFD. One of
: such book is by a stanford prof in 1995 (?), published by Springer,
: with name of computational fluid dyanmics ...
: I have no experience with FFT or things related, but I do suspect that solving
: matrix problem can

1 (共1页)
进入Science版参与讨论
相关主题
Re: MATLAB中FFT得到的数据是不是只能用前面一半?what is inter-annual variability?
Re: 学过信号处理,光电,物理的帮我看看这句话是啥意思[合集] 美国中小学理科教学有重大缺陷 (转载)
[转载] 物理和数学的同志看过来Re: 关于时间序列分析和DSP的问题
Re: g(r) radial distribution functionRe: which science tools are better?
Re: 哪个结果是对的?help with numerical integral transformation
Re: 有没有讲FFT的入门中文书?.pdf or .html 的问个卷积去卷积的问题
问huyou一个问题Latex中的一个符号
Re: 解偏微分方程组用什么软件比较好?Re: [转载] 问一下,小波变幻,的英文名是什么?
相关话题的讨论汇总
话题: rossby话题: 矩阵话题: fft话题: cfd