Bill Allombert on Thu, 14 Jun 2012 21:50:53 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: matrix kernels


On Tue, Jun 12, 2012 at 12:57:56PM +0100, padraig condon wrote:
> Hi there,
> I'm working large matrices with one variable.
> When i use the matker function to return a kernel, it always ensures the
> final entry is equal to 1, so that i get quotient polynomials for the other
> entries.
> This is proving extremely difficult to work with, and i have no idea what
> factors have been cancelled.
> Is there anyway to prevent the matker  function from acting in this manner,
> so that i'm not dealing with quotient polynomials?

What not simply use content() to remove the denominators ?
Could you provide an example ?

Cheers,
Bill.