Thread: Inverse Matrix
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Aleatorio Aleatorio is offline
external usenet poster
 
Posts: 1
Default Inverse Matrix

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.