Kevin Ryde on Sun, 15 May 2016 10:13:41 +0200
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: periodic generating function
|
- To: pari-users@pari.math.u-bordeaux.fr
- Subject: Re: periodic generating function
- From: Kevin Ryde <user42_kevin@yahoo.com.au>
- Date: Sun, 15 May 2016 18:00:41 +1000
- Delivery-date: Sun, 15 May 2016 10:13:41 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com.au; s=s2048; t=1463300012; bh=13ZyCeNMZyNmftb/4dsRqce+IJHOJwHtR9l+8ZLJihs=; h=From:To:Subject:References:Date:From:Subject; b=EEw2n4CLMKYafwyZykFDL7V70Ud7M1JQ2Z7hi5qfGoEvhCqjlUfxDpBsQjMNzh918B7eGJUPqjCm+OEQ4sPUMqq8YBScR8VB13ELnJXyVqda5qvDwCXZj+8I5+7gPX7KhJ7iucUIvlQh8bm1vlb4pjoUEHA7ic90d05KeH2pItj1JwQ2RqzBGbq6DsxP1v/4459YH1rxOTHW7asP9IHoHx+wnZWd7SYWSvg0h92J/ESrj54yu/adkL9xxDES5t9nmXXkJH0jlfoJg4jo4GKdfWZHBjX8CYI26MeRmV/RE+23Y1+BMC0zm2OVeZoqQLh/4RSeMHXdHN/KYzVehu/VeA==
- Organization: Bah Humbug
- References: <87h9dzg5q4.fsf@blah.blah> <CAMNHCDt-AA6r36Y-AU3Brz3VLO=Hy=5G+O839SReL8CCuoF3tQ@mail.gmail.com>
- User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)
Ralf Stephan <gtrwst9@gmail.com> writes:
>
> ? poliscyclo(1+x+x^2)
> %1 = 3
Ah yep beaut. I thought it had to be one of the cyclotomic thingies,
without knowing which.
> ? factor(1-4*x^12)
> %3 =
> [2*x^6 - 1 1]
> [2*x^6 + 1 1]
>
> ? poliscyclo(2*x^6 + 1)
> %4 = 0
Alas yes that's the kind of one I want. (The 4 becomes values like
4^floor(n/12) and I then apply numerator terms, reduce to 2^floor(n/6)
with adjustment, ...)