由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - 我也及问一个问题
相关主题
请问:如何在matlab里面算p-value (multivariate)请教一个Monte Carlo simulation问题 (转载)
大家能不能seriously讨论一下这个topic请教:带参数的积分—公式比较长!
what is second-order upwind?matlab中PCA一问,谢谢
prove: deg(gcd(p,q))=nullity(sylvester(p,q))请教如何用MATLAB去fit一个多项式?
how to do Fourier transform for this ...How to get the coefficient of the 2D guassian
[转载] matlab的字符串处理功能强吗?请教个低级计算问题 (转载)
Binary integer programming in Matlab?有人知道浮点数的压缩算法吗?有损也没关系
A question about convex analysisInternship interview (Medical Imaging)
相关话题的讨论汇总
话题: some话题: very话题: c++话题: 编译话题: even
进入Computation版参与讨论
1 (共1页)
K*****N
发帖数: 117
1
作 numerical computation very intensive 的program, 在windows下面用vidio C++ 编译
译出来,再在dos下面run. 和用unix系统 编译并且run出来的 结果在iteration
到一定时间后出现很大的分歧。 那到底是那个 系统下面的结果更加可靠点呢?
m******o
发帖数: 2
2
It depends on the problem you are solving. If the partial differential
equation itself is unstable (say turbulence, molecular dynamics), then even
the very tiny difference of machine truncation errors will eventually give you
very different answers. However, the statistical quantities(such as
correlation coefficients) should remain the same.

编译

【在 K*****N 的大作中提到】
: 作 numerical computation very intensive 的program, 在windows下面用vidio C++ 编译
: 译出来,再在dos下面run. 和用unix系统 编译并且run出来的 结果在iteration
: 到一定时间后出现很大的分歧。 那到底是那个 系统下面的结果更加可靠点呢?

K*****N
发帖数: 117
3
hi, mojojojo:
yes, that's exactly what i meant and i was working on solving differential
equations. any paper or reference that could prove that statistical
quantities for such system will remain same, even for some unstable
system?
if you could give me some reference, it will be highly appreicated.
best wishes

【在 m******o 的大作中提到】
: It depends on the problem you are solving. If the partial differential
: equation itself is unstable (say turbulence, molecular dynamics), then even
: the very tiny difference of machine truncation errors will eventually give you
: very different answers. However, the statistical quantities(such as
: correlation coefficients) should remain the same.
:
: 编译

m******o
发帖数: 2
4
Unfortunately, that statement is still a belief -- there're evidences but no
rigorous proof.
Some useful comments can be found on the book "understanding molecular
simulation -- from algorithms to applications" by Daan Frenkel & Berend Smit,
section 4.3. You can also find some references there.

even
you
C++

【在 K*****N 的大作中提到】
: hi, mojojojo:
: yes, that's exactly what i meant and i was working on solving differential
: equations. any paper or reference that could prove that statistical
: quantities for such system will remain same, even for some unstable
: system?
: if you could give me some reference, it will be highly appreicated.
: best wishes

K*****N
发帖数: 117
5
woo, i got this book. section 4.3 is very very helpful for my research
project. thank you soo much.
best wishes
kowloon.

【在 m******o 的大作中提到】
: Unfortunately, that statement is still a belief -- there're evidences but no
: rigorous proof.
: Some useful comments can be found on the book "understanding molecular
: simulation -- from algorithms to applications" by Daan Frenkel & Berend Smit,
: section 4.3. You can also find some references there.
:
: even
: you
: C++

1 (共1页)
进入Computation版参与讨论
相关主题
Internship interview (Medical Imaging)how to do Fourier transform for this ...
T面经一题[转载] matlab的字符串处理功能强吗?
学术:sharpnessBinary integer programming in Matlab?
Spark 和 Tensorflow 线性回归问题A question about convex analysis
请问:如何在matlab里面算p-value (multivariate)请教一个Monte Carlo simulation问题 (转载)
大家能不能seriously讨论一下这个topic请教:带参数的积分—公式比较长!
what is second-order upwind?matlab中PCA一问,谢谢
prove: deg(gcd(p,q))=nullity(sylvester(p,q))请教如何用MATLAB去fit一个多项式?
相关话题的讨论汇总
话题: some话题: very话题: c++话题: 编译话题: even