Fwd: Re: URGENT: Matrix division problem?
- Subject: Fwd: Re: URGENT: Matrix division problem?
- From: "Ronald F. Boisvert" <boisvert@nist.gov>
- Date: Sun, 01 Mar 2009 12:23:42 -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: pozo@nist.gov
Subject: Re: URGENT: Matrix division problem?
Try another random matrix. A must have certain properties, i.e. full
rank, for the solution to be meaningful.
Quoting pohuty Lee <pohuty@gmail.com>:
> 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 -----
>
>
>
----- End forwarded message -----
Date Index |
Thread Index |
Problems or questions? Contact list-master@nist.gov