Skip to content

Implementations of various numerical integration methods, written in plain Java.

License

Notifications You must be signed in to change notification settings

andrijadukic/numerical-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

numerical-integration

This repository contains various numerical integration methods, as well as the linear algebra logic needed to support these methods.

The goal of this repository is to serve as a good starting point when researching numerical methods for education purposes.

This is why the implemented methods are certainly not as efficient as possible, since efficient code (with vectorized, third-party linear algebra libraries) tends to be hard to understand and is therefore of little use for people just trying to understand the concepts.