[Fwd: Java Matrix Operations]
- Subject: [Fwd: Java Matrix Operations]
- From: Ron Boisvert <boisvert@nist.gov>
- Date: Tue, 22 Jan 2008 10:11:56 -0500
- Content-Transfer-Encoding: 7bit
- Content-Type: text/plain; charset=ISO-8859-1; format=flowed
- User-Agent: Thunderbird 2.0.0.9 (Windows/20071031)
-------- Original Message --------
Subject: Java Matrix Operations
Date: Tue, 22 Jan 2008 02:05:37 -0500
From: rand huso <rchuso@gmail.com>
Reply-To: rchuso@gmail.com
To: boisvert@nist.gov
Hello,
I've been looking for some comments on what I've created, and maybe it's
nothing really special, but I'd like to hear that from reputable folks.
To this end, I've created a demonstration page where the user can enter
a matrix of any size and see the (pseudo-)inverse. The discussion on
some of the other pages compares my solution with that of the
Moore-Penrose and contrasts it with the standard Gauss-Jordan.
My site is run from my house: http://aktzin.com/InverseDemo.jsp I've no
idea if I'm stepping on the toes of giants, or if this is unique on the
'net. The other sites I've visited all require a non-zero determinant
and square. Real data isn't always like that, of course.
I offered this to the Java math folks a few years ago but they didn't
know how it would be used. The C++ version (also available from the
site) is rather out of date, but will work for whatever type you want.
The Java currently only works with doubles, because I haven't taken the
time to learn how to create an object of the instantiation type in the
generic.
The demonstration page was finished this weekend, but was promised to
someone in France a couple years ago. Please let me know what you think.
rand.
Date Index |
Thread Index |
Problems or questions? Contact list-master@nist.gov