[PYTHON MATRIX-SIG] Matrix

Michal.Spalinski@fuw.edu.pl Michal.Spalinski@fuw.edu.pl
Mon, 16 Sep 96 14:22:23 +0200


I did the following:

Python 1.4b3 (Sep 13 1996) [C]
Copyright 1991-1996 Stichting Mathematisch Centrum, Amsterdam
>>> import ni,Numeric
>>> from Numeric.Matrix import *
>>> qq=Matrix([[12,21],[323,3434]]) 
>>> qq
Matrix  21
 323 3434

This looks strange to me. I also tried 

>>> ww=Matrix([21,32,43,5])
>>> ww
Matrix 43  5
>>> 

This also looks very odd. Am I misusing Matrix, or is there some problem
here? 

-- 
Michal Spalinski		 	
http://info.fuw.edu.pl/~mspal/home.html


=================
MATRIX-SIG  - SIG on Matrix Math for Python

send messages to: matrix-sig@python.org
administrivia to: matrix-sig-request@python.org
=================