Java开发的数学计算平台:jMathLab
jopen
12年前
jmathlib是一个用于计算复杂数学表达式并能够图形化显示计算结果的java开源类库。它是matlab、octave、freemat、scilab的一个克隆,但完全采用纯java实现。
- Symbolic calculations (simplification, differentials, integration)
- Numeric Evaluation of mathematical functions, special functions
- Linear algebra with vectors and matrices
- Displaying data, vectors, matrices and functions using 2D and 3D interactive plots
- Saving data (vectors and matrices) in CSV files
- Random numbers using the major distributions
- Solving linear and non-linear equations and systems of equations
- Basic statistical calculations and histogramming