Matrix multiplication

Grégory Leocadie spy974 at gmail.com
Tue Jan 4 06:05:23 EST 2011


On 4 jan, 11:15, Ulrich Eckhardt <ulrich.eckha... at dominolaser.com>
wrote:
> Zdenko wrote:
> > Please, can anybody write me a simple recursive matrix multiplication
> > using multiple threads in Python, or at least show me some guidelines
> > how to write it myself
>
> No problem, I just need your bank account data to withdraw the payment and
> the address of your teacher whom to send the results. ;^)
>
> Seriously, things don't work like this. If you show effort, you will get
> help, but you don't get working solutions without even a bit of effort on
> your own.
>
> Start with a recursive algorithm, then make it multithreaded. Be prepared to
> make some experiments on how to distribute tasks to threads and collect
> them again.
>
> Uli

Hi,

just have a look here http://en.wikipedia.org/wiki/Matrix_multiplication
and find out what parts can be parallelized ;)

Gregory LEOCADIE



More information about the Python-list mailing list