This is the one and only homepage of the JLinAlg-project,
an open source Java-library for linear algebra that is licensed
under the GNU General Public License (GPL).
Project-CVS:
Browse the CVS-repository of JLinAlg.
Examples
Linear equation system: This example shows how to
calculate a solution or its solution space.
Determinant/Inverse: How to calculate them for
matrices over arbitrary fields.
EigenvaluesDemo.java: This example shows how JLinAlg can do eigenvalue computation
with real matrices (matrices with DoubleWrapper entries).
This demonstration of the class FieldP schows that in vector spaces over
finite fields there
can be linear dependent vectors which are all orthogonal to each other.( FieldPDemo.java
).
Exclusive-Or neural net problem using JLinAlg ( Xor.java
).
Project Members
Andreas Keilhauer: Freelance software engineer (founder of JLinAlg), Germany
Simon D. Levy: Asst. Professor, Washington and Lee University, USA