On Jun 12, 6:20 pm, Dan Bishop <[EMAIL PROTECTED]> wrote:
> On Jun 12, 7:31 pm, DarrenWeber <[EMAIL PROTECTED]>
> wrote:
>
>
>
> > Below is a module (matrix.py) with a class to implement some basic
> > matrix operations on a 2D list. Some things puzzle me about the best
> > way to do this (please
On Jun 12, 7:31 pm, DarrenWeber <[EMAIL PROTECTED]>
wrote:
> Below is a module (matrix.py) with a class to implement some basic
> matrix operations on a 2D list. Some things puzzle me about the best
> way to do this (please don't refer to scipy, numpy and numeric because
> this is a personal progr