Preallocation of Arrays
Ref: quicksheets>mathcad techniques>improving calcultion speed.
This artical discusses the importance of preallocation of matrices.
I think I have this right, but just in case I don't:
If I initialize a matrix, say Working and make it a 100x100 matrix, I am in effect assigning a block of memory for this matrix.
I then can use and re-use the Wroking matrix, setting Working=0 before each use, and as long as each use does not exceed the maximum, then the allocation is maintained and being used efficiently. (Different sizes each time).
Is this correct?

