|
|
|
Numerical Analysis & Applications
Last update on:
07/15/2008
Visitors:
 |
What's Here?:
A complete new redesign of this web all visitors counters has been reset to
zero.
The web site contains applications or source code for various numerical
algorithm related to technology, engineering and science. |

|
Polynomial Zeros:
Particular there has been an emphasized on finding zeros in polynomials. There
is well known algorithms for finding these zeros using various methods. The most
famous one is the well known Jenkins-Traub method, however there exists other "newton"
variations like the one by Madsen from the early seventies or Graeffe method
which was reborn by Malajovich and Zubelli. The method by Halley's, Laguerre's is
also quite useful. All these different method has been nicely packages into a
windows applications that can be downloaded:
|
| Three of the algorithms are also
available as C++ source from the ports section of this
web site:
|
Arbitrary Precision:
A collections of C++ source files that allows integer or floating point
precision to be performed with any precision. Truncation mode (Round nearest,
Round up or Round down) can also be associated with any arbitrary precision
floating point numbers. Furthermore two template classes for complex arithmetic
and interval arithmetic for arbitrary precision numbers has been added:
|

|
Finally don't forget to read the disclaimer:
Disclaimer:
Permission
to use, copy, distribute, and sell this software and
It’s documentation for any purpose is hereby granted without fee, provided: THE
SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY WARRANTY
OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL Henrik
Vestermark or Future Team Aps, BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT
OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF THE POSSIBILITY OF
DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE
USE OR PERFORMANCE OF THIS SOFTWARE. |
| |
|
|