LauBMo

Results 4 comments of LauBMo

Thanks for the comment. I do not know whether `String` is the structure you had in mind... For exponents I came up with: ``` function extractexponentsofterm(T::RExpr) return v->Algebra.deg(T,v) end function...

I have the same problem. This is the relevant commit e05171f81d80ed66793dbfb50fd420a4a810ab1b. There is no comment, so it is hard to guess the goal and how to specify any parameter of...

I see, thanks for the clarification. So, for computing all the subresultants this removing and putting back the content make no sense, since we would need to put it back...

All I have are the things I linked. Namely, a trivial modification of `resultant_ducos` and `resultant_subresultant` to store the subresultants in a vector, instead of losing them at each iteration....