Dear all ,
I'm seeking advice on how to speed up the computation of the determinant
for large symbolic matrices. Are there alternative approaches,
optimizations, or libraries that could help me achieve faster results?
I'm particularly interested in any insights that might help me handle a 20x20 matrix with 5 variables efficiently.
Additionally, I suspect that memory allocation might be contributing to
the issue. Could anyone provide guidance on how much memory I should
allocate for these computations? This information could be crucial in
tackling the memory-related challenges I'm facing, as it was one of the issues i ran into while trying to run the code on super computer.
I greatly appreciate your help!
Best,
Amal