[SciPy-user] matrix-vector multiplication errors

Matthieu Brucher matthieu.brucher at gmail.com
Fri Feb 1 17:24:35 EST 2008


Hi,

Try with some values so that the results can be reproduced (or first some
real random values and not garbage). In your case, all that can be said is
that some values in A and x must be indeterminated or NaN.

Matthieu

2008/2/1, Dinesh B Vadhia <dineshbvadhia at hotmail.com>:
>
>  I'm performing a standard Scipy matrix* vector multiplication, b=Ax ,
> (but not using the sparse module) with different sizes of A as follows:
>
> Assuming 8 bytes per float, then:
> 1. matrix A with M=10,000 and N=15,000 is of approximate size: 1.2Gb
> 2. matrix A with M=10,000 and N=5,000 is of approximate size: 390Mb
> 3. matrix A with M=10,000 and N=1,000 is of approximate size: 78Mb
>
> The Python/Scipy matrix initialization statements are:
> > A = scipy.asmatrix(scipy.empty((I,J), dtype=int))
> > x = scipy.asmatrix(scipy.empty((J,1), dtype=float))
> > b = scipy.asmatrix(scipy.empty((I,1), dtype=float))
>
> I'm using a Windows XP SP2 PC with 2Gb RAM.
>
> Both matrices 1. and 2. fail with INDeterminate values in b.  Matrix 3.
> works perfectly.  As I have 2Gb of RAM why are matrices 1. and 2. failing?
>
> The odd thing is that Python doesn't return any error messages with 1. and
> 2. but we know the results are garbage (literally!)
>
> Cheers!
>
> Dinesh
>
>
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-user
>
>


-- 
French PhD student
Website : http://matthieu-brucher.developpez.com/
Blogs : http://matt.eifelle.com and http://blog.developpez.com/?blog=92
LinkedIn : http://www.linkedin.com/in/matthieubrucher
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20080201/faab3495/attachment.html>


More information about the SciPy-User mailing list