Click here to Skip to main content
15,893,487 members
Articles / Programming Languages / C#

Symbolic Integration with C#

Rate me:
Please Sign up or sign in to vote.
4.75/5 (9 votes)
31 Jan 2021CPOL15 min read 10.2K   15  
The article describes one of the possible simple symbolic integration approaches.
Symbolic integration function can be useful for many scientific, engineering, and educational software. Realization of the function is not a trivial task. In the article, we will describe one simple integration algorithm and how it is realized in a symbolic computational library. The integration algorithm includes all integration rules and base integration formula. The realization also allows supplementing the algorithm with new advanced integration methods. We will show several examples of symbolic integrals and will provide guidance on how to extend the functionality of the library. The library can be easily built in any .NET application.

Views

Daily Counts

License

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


Written By
Team Leader VIPAKS
Russian Federation Russian Federation
EDUCATION:

Master’s degree in Mechanics.

PhD degree in Mathematics and Physics.



PROFESSIONAL EXPERIENCE:

15 years’ experience in developing scientific programs
(C#, C++, Delphi, Java, Fortran).



SCIENTIFIC INTERESTS:

Mathematical modeling, symbolic computer algebra, numerical methods, 3D geometry modeling, artificial intelligence, differential equations, boundary value problems.

Comments and Discussions