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
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/
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
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