You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To support DynamicPolynomials.jl in RecurrenceRelationships.jl I had to be careful to use the type of a polynomial (which is different than a variable). A quick-and-dirty fix was this:
Though now I'm also support matrices and so this doesn't work.
I'm wondering if there's a canonical function for determining the type of a polynomial given the type of the coefficients and the type of the variable.