Re: problem in using linalg solver in numpy

2010-08-29 Thread Aahz
In article 242fd242-5f29-4358-8c12-f5763b7be...@g21g2000prn.googlegroups.com, Pramod pram...@gmail.com wrote: When run the below program in python i got error like this , You may want to consider asking future questions on the NumPy list:

problem in using linalg solver in numpy

2010-08-14 Thread Pramod
Hi Friends When run the below program in python i got error like this , Matrix [[ 8 -6 2] [-4 11 -7] [ 4 -7 6]] row vecotr X [[ 28 -40 33]] Traceback (most recent call last): File solve.py, line 16, in module print A*B File

Re: problem in using linalg solver in numpy

2010-08-14 Thread Peter Otten
Pramod wrote: When run the below program in python i got error like this , Matrix [[ 8 -6 2] [-4 11 -7] [ 4 -7 6]] row vecotr X [[ 28 -40 33]] Traceback (most recent call last): File solve.py, line 16, in module print A*B File

Re: problem in using linalg solver in numpy

2010-08-14 Thread MRAB
Pramod wrote: Hi Friends When run the below program in python i got error like this , Matrix [[ 8 -6 2] [-4 11 -7] [ 4 -7 6]] row vecotr X [[ 28 -40 33]] Traceback (most recent call last): File solve.py, line 16, in module print A*B File