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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META NAME="VPSiteProject" CONTENT="file:///E|/euler/docs/euler.vpp"><META HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=iso-8859-1">
<META NAME="GENERATOR" Content="Visual Page 2.0 for Windows">
<TITLE>untitled</TITLE>
<LINK REL="stylesheet" TYPE="text/css" HREF="euler.css">
</HEAD>
<BODY>
<P>Highlights are
<UL>
<LI>real, complex and interval scalars and matrices,
<LI>a programming language, with local variables, default values for parameters, variable parameter number, passing
of functions,
<LI>two and three dimensional graphs,
<LI>marker plots,
<LI>density and contour plots,
<LI>numerical integration and differentiation,
<LI>statistical functions and tests,
<LI>differential equations,
<LI>interval methods with guaranteed inclusions,
<LI>function minimizers (Brent, Nelder-Mean),
<LI>Simplex algorithm,
<LI>interpolation and approximation,
<LI>finding roots of polynomials,
<LI>calling of functions in external DLLs,
<LI>sound playing,
<LI>Fast Fourier transform (FFT),
<LI>an exact scalar product using a long accumulator,
<LI>Postscript graphics export (thanks to Eric Boucharé)
</UL>
<P>and lots more. The specials of the notebook versions (Windows, OS/2) are</P>
<UL>
<LI>editable command window with comments,
<LI>normal OS GUI,
<LI>graphics export in various formats (WMF over the clipboard)
</UL>
</BODY>
</HTML>
|