Skip to content

saferrer/numericLib4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

numericLib4j - Library of numerical methods

This is a Java Library where you can find different numeric methods to use out of the box. It was college project wich I decided to share so that other users can also add new things.

Methods you can find

  • Bisection (roots)
  • Newton-Raphson (roots)
  • Romberg (Definite Integrals)
  • RungeKutta (differential equations)
  • Adams-Bashforth (differential equations)
  • Adams-Moulton (differential equations)

Interpolators you can find

  • Cubic Spline
  • Newton Interpolation
  • Linear Interpolation

Tests

This library comes with a bunch of Test that you can run and see to know how to use the different methods and interpolators.

Technology

  • Java 7
  • Maven 3
  • GIT

Credits

  • Student: Santiago Ferrer Deheza
  • College: Universidad Austral
  • Assignment: Análisis Matemático 4
  • Teacher: Alicia Gioia

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages