请输入您要查询的字词:

 

单词 finite-difference method
释义
finite-difference method

Computer
  • A widely applicable discretization method for the solution of ordinary and partial differential equations. In this approach all derivatives are replaced by approximations that involve solution values only, so in general the differential equation is reduced to a system of nonlinear equations or linear algebraic equations. For example, in the problem

    y+by+cy=d0x1,y(0)=α,y(1)=β,
    where b, c, d, α‎, and β‎ are given constants, the interval [0,1] is first divided into equal subintervals of length h; h is called the stepsize (or mesh or grid size). This gives the mesh points (or grid points) xn,
    xn=nh,n=0,1,,N+1,h=1/(N+1)
    At interior mesh points the derivatives are now replaced by finite-difference approximations, e.g.
    y(xn)(1/2h)[y(xn+1)y(xn1)]y(xn)(1/h2)[y(xn+1)2y(xn)+y(xn1)]
    When combined with the boundary conditions these approximations result in a system of equations for approximations to y(xn), n = 1, 2,…, N. Nonlinear differential equations yield a system of nonlinear equations.


随便看

 

科学参考收录了60776条科技类词条,基本涵盖了常见科技类参考文献及英语词汇的翻译,是科学学习和研究的有利工具。

 

Copyright © 2000-2023 Sciref.net All Rights Reserved
京ICP备2021023879号 更新时间:2024/12/25 15:44:20