Re: problem in using linalg solver in numpy

2010-08-29 Thread Aahz
In article <242fd242-5f29-4358-8c12-f5763b7be...@g21g2000prn.googlegroups.com>, Pramod 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: http://projects.scipy.org/mailman/listinfo/numpy-discussion -- Aahz

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 print A*B File "/usr/lib/python2.6/dist-packages/numpy/core/

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 > print A*B > File "/usr/lib/python2.6/dist-packages

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 print A*B File "/usr/lib/python2.6/dist-packages/numpy/core/defmatrix.py", l