diff options
author | jtb <jtb> | 2002-05-04 01:49:09 +0000 |
---|---|---|
committer | jtb <jtb> | 2002-05-04 01:49:09 +0000 |
commit | 8a070d695a8b3114dab5dccce6ef19b4cb44d9b8 (patch) | |
tree | 966059cf90c0df6a888a81b0b67d3be03f301305 /math/euler/DESCR | |
parent | 838633d112a8ceabccc13e4ec257dfe49ce29480 (diff) | |
download | pkgsrc-8a070d695a8b3114dab5dccce6ef19b4cb44d9b8.tar.gz |
Initial import of euler.
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
Diffstat (limited to 'math/euler/DESCR')
-rw-r--r-- | math/euler/DESCR | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/math/euler/DESCR b/math/euler/DESCR new file mode 100644 index 00000000000..4fdd2e5fe4c --- /dev/null +++ b/math/euler/DESCR @@ -0,0 +1,24 @@ +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 |