Page 1 of 1

Large Matrices multiplication

Posted: Tue Nov 10, 2015 4:50 am
by Kouvas
Hello

I am trying to multiply two (very) large matrices (7000x7000 each) and the program stops working at that point. Is this a problem of my data (too large to handle) or I miss something? What is the maximum that eviews could handle (rowsxcolumns)? Thanks in advance.

Best

Kouvas

Re: Large Matrices multiplication

Posted: Tue Nov 10, 2015 9:22 am
by EViews Gareth
It is memory dependent. That size multiplication is very very large though, so will take a significant amount of time in EViews.

Re: Large Matrices multiplication

Posted: Wed Nov 11, 2015 3:08 am
by Kouvas
Thanks a lot for the prompt reply.