You haven't provided enough information for anyone to give you any
kind of reasonable answer.

What language will you use to store & manipulate the matrix?
WHY do you wish to store the matrix?
How BIG is the matrix that you anticipate storing?
Do you need to store just one of them or several?
What will you do with the matrix once it is stored?
What type of algorithm do you intend to apply to the matrix data?
Can you overwrite the matrix while you manipulate it?
Do you need the same data over and over again?
How much memory is available to you to use?

Of course....  if none of the above matters,  I'd say that you should
just store it in a 2D array of some type.   Of course, not all
languages have 2D array capability.   So... even this may be a bad
answer.

Side Note:  This sounds a bit like a Homework problem???  You know,
the kind that a teacher can't reasonably expect you to answer.

Dan   :-)

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to