Matrix Operations with Java

Hi,I am currently working on a thesis. It involves the use of algorithms and I will also need to implement some 2-D matrix operations in java. I managed to do so however I have a problem in implementing the square root of a 2-D Matrix. Can anyone
[298 byte] By [bravoelt255a] at [2007-10-2 12:44:04]
# 1
I'm not sure what you want to accomplish but nevertheless, have a lookat this [url= http://yarchive.net/comp/sqrtm.html]excellent usenet article[/url].kind regards,Jos
JosAHa at 2007-7-13 9:51:20 > top of Java-index,Other Topics,Algorithms...
# 2

Hi,

I cannot help you with an algorithm but I can help you with a Matrix class that you can use to work with a matrix easily. For example, you can retreive columns and rows as objects to iterate over them.

The Matrix class is part of jlib: http://www.jlib.org

jlib is Open Source (CPL 1.0).

Igor

igorakkermana at 2007-7-13 9:51:20 > top of Java-index,Other Topics,Algorithms...