1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
Source: euler
Section: math
Priority: optional
Maintainer: Josue Ortega <josueortega@debian.org.gt>
Build-Depends: debhelper (>= 9), dh-autoreconf, libgtk2.0-dev (>= 2.6.0)
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/collab-maint/euler.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/euler.git
Homepage: http://euler.sourceforge.net/
Package: euler
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: euler-doc
Description: interactive mathematical programming environment
Euler is a powerful numerical laboratory with a programming language.
The system can handle real, complex and interval numbers, vectors and
matrices. It can produce 2D/3D plots.
.
Euler features among other things:
* 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
.
This package contains the main program. Documentation for Euler is included
in the euler-doc package.
Package: euler-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: euler
Description: documentation for the mathematical programming environment Euler
Euler is a powerful numerical laboratory with a programming language.
The system can handle real, complex and interval numbers, vectors and
matrices. It can produce 2D/3D plots.
.
This package contains documentation for Euler.
|