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
|
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Java Algebra System, MPJ part</title>
</head>
<body>
<h1>Java algebra system, MPJ part.</h1>
<p>The Java Algebra System (JAS) is an object oriented, type safe and
multi-threaded approach to computer algebra.
JAS provides a well designed software library using generic types
for algebraic computations implemented in the Java programming language using the JVM runtime infrastructure.
The library can be used as any other Java software package or it can be
used interactively or interpreted through an jython (Java Python) or jruby (Java Ruby) front ends.
The focus of JAS is at the moment on commutative, solvable and non-commuative polynomials,
power series, Groebner bases, factorization, real and complex roots and applications.
By the use of Java as implementation language JAS is 64-bit and multi-core cpu
ready and can make use of mutiple CPUs where available.
JAS can run on a wide variety of devices ranging from Android (using the jruby
Ruboto App and others) to compute clusters (using MPJ a Java Message Passing Interface (MPI)).
</p>
<p>See <a href="../../intro.html" target="main">introduction</a>
for a general overview.
</p>
<hr />
<address><a href="mailto:kredel at rz.uni-mannheim.de">Heinz Kredel</a></address>
<p>
<!-- Created: Sat Oct 5 12:42:09 CEST 2013 -->
<!-- hhmts start -->
Last modified: Sat Oct 5 21:53:42 CEST 2013
<!-- hhmts end -->
</p>
<p>$Id$
</p>
</body>
</html>
|