Inverse Matrix

A

Aleatorio

Hello everyone. A question.
In VBA environment, the only limit for the calculation of inverse
matrix is the RAM? (I use a function that implements the Gauss-Jordan
Method). I don't care the function WorksheetFunction.MInv().

Thanks.
 
J

joel

Look at the worksheet help under

Limits and specification


There are limits on the number of rows and columns
There are accuracy limits. I think you are limited to 12 bit accurac
and with floating point number 24 bit binary accuracy.
the execution time is also important.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top