summaryrefslogtreecommitdiff
path: root/math/euler
AgeCommit message (Collapse)AuthorFilesLines
2002-07-02Add RCS Id.wiz1-1/+1
2002-06-27Fix mistake in last commit.jtb2-6/+8
2002-06-27Regenerate.jtb1-1/+1
2002-06-27Don't call the times() function with the argument NULL.jtb1-2/+2
2002-05-04Initial import of euler.jtb7-0/+459
EULER is a program for quickly and interactively computing with real and complex numbers and matrices, or with intervals, in the style of MatLab, Octave,... It can draw and animate your functions in two and three dimensions. Euler features : * real, complex and interval scalars and matrices, * a programming language, with local variables, default values for parameters, variable parameter number, passing of functions, * two and three dimensional graphs, * marker plots, * density and contour plots, * animations, * numerical integration and differentiation, * statistical functions and tests, * differential equations, * interval methods with guaranteed inclusions, * function minimizers (Brent, Nelder-Mean), * Simplex algorithm, * interpolation and approximation, * finding roots of polynomials, * Fast Fourier transform (FFT), * an exact scalar product using a long accumulator, * Postscript graphics export