Numerical Methods for Partial Differential Equations
Numerical solution techniques for partial differential equations, covering Poisson's equation, eigenvalue equations, heat conduction equation, and wave equation with implementation approaches
Explore MATLAB source code curated for "数值解法" with clean implementations, documentation, and examples.
Numerical solution techniques for partial differential equations, covering Poisson's equation, eigenvalue equations, heat conduction equation, and wave equation with implementation approaches
Numerical Solution Methods for 2D Hyperbolic and Parabolic PDEs in MATLAB Environment with Code Implementation Insights
Implementation of numerical methods for partial differential equations in MATLAB environment, featuring practical MATLAB programs for PDE numerical experiments
A comprehensive software package for numerical solutions of partial differential equations, featuring implementations of Lax-Friedrichs, Lax-Wendroff, and upwind schemes with configurable parameters and extensible architecture
Numerical solution approach for the Reynolds equation using matrix formulation and linear algebra techniques
Implementation of Fourth-Order Runge-Kutta Numerical Method for Solving Systems of Coupled Differential Equations
The fourth-order Runge-Kutta method provides a numerical solution for first-order differential equations with customizable iteration steps and precision, making it ideal for computational method beginners. Implementation typically involves calculating four slope estimates per step to achieve high accuracy.
MATLAB Algorithm Collections - Numerical Solutions for Partial Differential Equations with Implementation Details
This program implements the Expectation-Maximization (EM) algorithm, providing a numerical solution for parameter estimation using maximum likelihood techniques.
Implementation of Example 1.1.3 using compact difference scheme to solve ordinary differential equation boundary value problems, featuring efficient discretization and matrix-based solutions.