Fwd: URGENT: Matrix division problem?
- Subject: Fwd: URGENT: Matrix division problem?
- From: "Ronald F. Boisvert" <boisvert@nist.gov>
- Date: Thu, 26 Feb 2009 20:44:23 -0500
- Content-Disposition: inline
- Content-Transfer-Encoding: 7bit
- Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed"
- User-Agent: Internet Messaging Program (IMP) 4.3.3
Sender: pohuty Lee <pohuty@gmail.com>
Subject: URGENT: Matrix division problem?
A and B are both r*m matrix Generate matrix by random function.
Matrix A = Matrix.random(r,m);
Matrix B = Matrix.random(r,m);
I'm trying to work out the result of A.solve(B); Then, It gave me an
exception:
Exception in thread "main" java.lang.RuntimeException: Matrix is rank
deficient.
at Jama.QRDecomposition.solve(QRDecomposition.java:185)
at Jama.Matrix.solve(Matrix.java:815)
How could it be that? How can I get the right result? Thanks very
much, I need use the result in my final project. This is URGENT!
Regards
--------------------------------------------------------------------------------
pohuty
----- End forwarded message -----
Date Index |
Thread Index |
Problems or questions? Contact list-master@nist.gov