Problems with linsolve: quotient by polynomial of higher degree



On 05/26/2012 05:11 PM, Stefano Ferri wrote:
> Can anybody please try to debug the computation of linsolve for my example
> to see where the problem is generated? (Maybe it is in gcd, as Richard
> Fateman suggested). I am having some difficulties in the use of the
> debugger, it is not simple for me...
>
> Stefano

Have you tried to keep the nonzero coefficients abstract,
solve that system and substitute then the nonzero coefficients
into the solution of the abstract system?

Andre