MATLAB: Symengine resets during lengthy calculation of determinant

MATLABsymbolicsymengine

I am attempting to find the determinant of a symbolic polynomial matrix. The matrix is not huge (10×10) nor are the polynomials particularly involved (order 0 through 3).
One of two things results from the det() call:
  1. The calculation terminates with no error but when I try to use the determinant variable, I get an error message that says the symengine was reset and to repeat the calculations.
  2. The function aborts with the same error (symengine was reset).
Does anyone have any ideas on how this can be avoided?
Thanks,
WDM

Best Answer

Simon -
No luck for me. I ended up using a different symbolic engine (Mathematica).
Related Question