Click here to Skip to main content
15,894,343 members
Articles / Programming Languages / C#

Solving Differential Equations - General Theory and Numerical Integration

Rate me:
Please Sign up or sign in to vote.
5.00/5 (11 votes)
30 Mar 2023CPOL25 min read 8.2K   229   22  
This article is all about general methods for solving differential equations.
Introduces a general method for dealing with explicit numerical integration schema with any Butcher tableau. This is the first part of a series on differential equations, and the introduction will be quite theory heavy. Here, I will describe a general procedure that you can follow to solve ordinary differential equations and also group together the two main acoustical differential equations with a unified method of solution.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Chief Technology Officer
Norway Norway
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions