网站首页  英汉词典

请输入您要查询的英文单词:

 

单词 Modified Euler method
释义

Modified Euler method

中文百科

Heun方法 Heun's method

(重定向自Modified Euler method)
Heun法的图标。

在数学和计算机科学中,Heun法亦被称为改进的修改过的欧拉方法(即,显式的梯形规则),或类似的二阶的龙格-库塔法。它是以德国数学家卡尔·休恩的名字命名的,是求解给定初值常微分方程的数值方法。这两个变体可以被看作是把欧拉方法扩展为两级二阶龙格-库塔法。

通过Heun法计算初值问题数值解的过程步骤:

y'(t) = f(t,y(t)), \qquad y(t_0)=y_0,

根据Heun法,首先计算中间值\tilde{y}_{i+1},然后计算在下一个积分点的最终近似值y_{i+1}

\tilde{y}_{i+1} = y_i + h f(t_i,y_i)
y_{i+1} = y_i + \frac{h}{2}(f(t_i, y_i) + f(t_{i+1},\tilde{y}_{i+1})).
英语百科

Heun's method Heun方法

(重定向自Modified Euler method)
A diagram depicting the use of Heun's method to find a less erroneous prediction when compared to the lower order Euler's Method

In mathematics and computational science, Heun's method may refer to the improved or modified Euler's method (that is, the explicit trapezoidal rule), or a similar two-stage Runge–Kutta method. It is named after Karl Heun and is a numerical procedure for solving ordinary differential equations (ODEs) with a given initial value. Both variants can be seen as extensions of the Euler method into two-stage second-order Runge–Kutta methods.

随便看

 

英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2024 encnc.com All Rights Reserved
更新时间:2025/6/19 0:03:58