由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 教授的问题(C language)
相关主题
[合集] Python下面如何进行numeric analysis and statistical analysis一个小问题
c++ class design issue编译 64/32 位的library (Linux)
How to sort a map in C++ STL based on Value, instead of Key[合集] 有人用过gasdev()产生随即数吗?求救!
STL里面#include的问题问一下Python的情况
Help: How to extract the numberic value in a sentence?[合集] a problem about stl compose1
C++里有没有实现interpolation的函数?急用:谁有C Recipe原文及代码呀?
如何编程实现以下简单的组合问题C 和 C++ 相比有什么优点?
Need a regular expression for password请问 C#除了作GUI开发,还有什么好处?
相关话题的讨论汇总
话题: solution话题: numerical话题: analytical话题: language话题: c语言
进入Programming版参与讨论
1 (共1页)
h**f
发帖数: 149
1
- write a c program to numerically integrate the equation:
f(x)=(e^x*SIN(2*pi*x))^2. Verify your numerical solution with an analytical
solution, if possible.
numerical solution和analytical solution各是指什么?
各位有没有C语言积分的例题,鄙人非计算机专业菜鸟,见笑了。还请大家多多帮忙
r**a
发帖数: 630
2

numerical solution就是用numerical analysis的算法算
analytical solution就是用公式积分,然后把公式变成代码算结果

【在 h**f 的大作中提到】
: - write a c program to numerically integrate the equation:
: f(x)=(e^x*SIN(2*pi*x))^2. Verify your numerical solution with an analytical
: solution, if possible.
: numerical solution和analytical solution各是指什么?
: 各位有没有C语言积分的例题,鄙人非计算机专业菜鸟,见笑了。还请大家多多帮忙

1 (共1页)
进入Programming版参与讨论
相关主题
请问 C#除了作GUI开发,还有什么好处?Help: How to extract the numberic value in a sentence?
A question about Boost/lambdaC++里有没有实现interpolation的函数?
请教cin.get() 如何编程实现以下简单的组合问题
numerical recipes in C++有人用过吗?Need a regular expression for password
[合集] Python下面如何进行numeric analysis and statistical analysis一个小问题
c++ class design issue编译 64/32 位的library (Linux)
How to sort a map in C++ STL based on Value, instead of Key[合集] 有人用过gasdev()产生随即数吗?求救!
STL里面#include的问题问一下Python的情况
相关话题的讨论汇总
话题: solution话题: numerical话题: analytical话题: language话题: c语言