Going to be making a module related to tables

I am going to be making a module using arrays and matrices in some way
either they will be put into the function or they will output out of the function from the module script

my question is what do you think I should do with arrays or matrices
should I try to make a function that multiplies matrices and arrays or should I try something completely different

btw a matrix is a 2 dimensional array with a column and a row

I am all out for suggestions here
thanks for reading, doryu

You should try to implement features from the python module numpy, it would be really useful. Especially matrix & vector multiplication and dot product.

what a great idea
just looked into NumPy and it sounds fun

just moved the post to scripting help since it was a better topic to use then cool creations