symengine resets during lengthy calculation of determinant
Show older comments
I am attempting to find the determinant of a symbolic polynomial matrix. The matrix is not huge (10x10) nor are the polynomials particularly involved (order 0 through 3).
One of two things results from the det() call:
- 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.
- The function aborts with the same error (symengine was reset).
Does anyone have any ideas on how this can be avoided?
Thanks,
WDM
1 Comment
Simon Goeltz
on 29 Aug 2019
I have exactly the same problem with a 6-by-6 matrix. Is there a solution or a workaraound or at least an explanation?
Thanks for your answers!
Accepted Answer
More Answers (0)
Categories
Find more on Number Theory in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!