Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 981 Bytes

File metadata and controls

24 lines (17 loc) · 981 Bytes

JavaMathLib Build Status Documentation Status

JavaMathLib is a Java library with algorithms to solve mathematical problems, to be used for pedagogical purposes. The library proposes among other support to make computations with functions (evaluate, derive, integrate...), to use matrices and perform basic linear algebra computations, etc. This documentation is about the library itself: it presents its global architecture and delves into the structure of the main classes. Additional material on activities and projects that can be done with this library are proposed on the http://www.ukonline.be website.

Covered topics

  • Functions
  • Matrices

Requirements

  • Java 7 or later

Contributors

  • Sébastien Combéfis
  • Alexandre Rucquoy