David J. Silvester, a mathematics professor at the University of Manchester, has developed a novel machine-learning method to ...
Abstract: A new two-step second derivative block method (TSDBM) using Bernstein polynomial of convergence order six for solving Riccati Differential Equations (RDEs) is presented. The TSDBM is ...
The numerical integration of stiff equations is a challenging problem that needs to be approached by specialized numerical methods. Exponential integrators form a popular class of such methods since ...
ABSTRACT: This paper presents and analyzes a Discrete Duality Finite Volume (DDFV) method to solve 2D diffusion problems under prescribed Robin boundary conditions. The derivation of a symmetric ...
Abstract: Analytically solving complex or large-scale differential equations is often difficult or even impossible, making numerical integration methods indispensable. However, as all numerical ...
Adequate mathematical modeling is the key to success for many real-world projects in engineering, medicine, and other applied areas. Once a well-suited model is established, it can be thoroughly ...
1 College of Mathematics and Information Science, Nanchang Hangkong University, Nanchang, China. 2 School of Statistics and Data Science, Jiangxi University of Finance and Economics, Nanchang, China.
Euler Method: The simplest numerical method for solving ODEs, which uses the derivative to project forward. [ y_{n+1} = y_n + h \cdot f(x_n, y_n) ] Heun's Method (Improved Euler Method): A two-step ...