[sage-support] Re: Bug in numpy matrix solving?

2011-02-05 Thread Mate Kosor
I did build, and it took some time... see the other thread https://groups.google.com/group/sage-support/browse_thread/thread/eae8601ea024fbee Now this example works. Thanks for the help. On 3 velj, 21:11, Harald Schilly harald.schi...@gmail.com wrote: Voker's example also works for me with 4.6

[sage-support] Re: Bug in numpy matrix solving?

2011-02-03 Thread Volker Braun
Works for me on sage-4.6.2.alpha3. Chances are your binary is built for a different sytem, and some external library segfaults. Next time, please post working examples like sage: import numpy sage: from numpy import linalg, array sage: A=numpy.random.randn(250,250) sage:

[sage-support] Re: Bug in numpy matrix solving?

2011-02-03 Thread Harald Schilly
Voker's example also works for me with 4.6 on Linux. I suggest you to rebuild Sage from source ... it's easy, just takes some time ;) H -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com