由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Science版 - Re: how to compute the expected value in Mathematica?
相关主题
Re: 请问一个mathematica的问题Re: Summation of Sequence
Re: 这怎么算来着?一个极限问题
[转载]Mathematica函数及使用方法(2)mathematica
Re: [转载] 高手们帮个忙Re: 如何做 3D BAR CHART
Re: what is 经典力学中的Hamilton方程?再请教一个mathematica问题
Re: 谁给俺讲讲Gauss-Chebyshev quadrature formulaRe: mathematica问题四
Re: 请教积分,急!Re: mathematica问题三
帮我想想这个数学展开吧。Re: which science tools are better?
相关话题的讨论汇总
话题: sin话题: infinity话题: compute话题: expected
进入Science版参与讨论
1 (共1页)
S*********g
发帖数: 5298
1
(1/n Sum[Sin[m*Pi/50],{m,1,n}])/.n->Infinity
Out[1]=0
S*********g
发帖数: 5298
2
Well, try this, you will find out the answer
Sum[Sin[m*Pi/50],{m,1,n}]/.n->Infinity
Limit[Sum[Sin[m*Pi/50],{m,1,n}],n->Infinity]
The reason why the Limit function gives no anwser is
the summation result of sin is still some sin. And, the limit
for sin is kind of ambiguous stuff if you consider it separately.
/. just set the n to infinity without check the limit.
You can see that the summation is some bounded value for n->Infinity
while it should be zero, in fact.
When it is devided by n-> infini
1 (共1页)
进入Science版参与讨论
相关主题
Re: which science tools are better?Re: what is 经典力学中的Hamilton方程?
Re: 请教一个人口增长的问题(数学软件)Re: 谁给俺讲讲Gauss-Chebyshev quadrature formula
Re: 请问:用什么画图软件比较好?Re: 请教积分,急!
Re: mathematica问题5帮我想想这个数学展开吧。
Re: 请问一个mathematica的问题Re: Summation of Sequence
Re: 这怎么算来着?一个极限问题
[转载]Mathematica函数及使用方法(2)mathematica
Re: [转载] 高手们帮个忙Re: 如何做 3D BAR CHART
相关话题的讨论汇总
话题: sin话题: infinity话题: compute话题: expected