[Tutor] matrices

Neil Schemenauer nas-pytut@python.ca
Fri Jun 20 11:04:37 2003


Vidhya Narayanan wrote:
>     I was wondering if anyone can eplain how to achieve simple matrix
> manipulations. For example:
> 
>    a.) how to get a column matrix?
>    a.)appending matrices

Install the Numeric package and read the documentation:

    http://www.pfdubois.com/numpy/

Cheers,

  Neil