The matrices in this file are symbolic, it's very expensive to compute with large arrays of these variables. If you cast it to floating-point numbers, this will be much faster to compute with
>> A = double(Q00{5});
>> tic; inv(A); toc
Elapsed time is 0.009040 seconds.