Re: Tetration again!



Am 23.12.2007 20:57 schrieb mike3:
On Dec 23, 5:22 am, Gottfried Helms <he...@xxxxxxxxxxxxx> wrote:
Am 23.12.2007 09:48 schrieb mike3:

Hmm. However I still don't seem to get how to compute
the polynomials. Is there an "easy" (simple) algorithm for
the coefficients of the powers of h in those polynomials?
Hmm, if you're able to find an easier, for instance recurrence,
formula - this would be a big shot, I'd guess...


Well, maybe then there wasn't an "easy" algorithm, but how does
one do the "hard" algorithm? How do you use that matrix to get
the polynomials? I didn't seem to see anything in the link you
posted that showed explicitly how to derive the polynomials from
that matrix.
How to get a polynomial from consecutive values?
find a polynomial in h for [f(0),f(1),f(2),...] = [1,1,1,1,1,1,...]
This is constant so f(h) = 1

find a polynomial in h for [f(0),f(1),f(2),...] = [0,1,2,3,4,5,6,...]
Compute differences delta1 = [1,1,1,1,1,1,...] - this is constant,
so the polynomial has order 1.

find a polynomial in h for [f(0),f(1),f(2),...] = [0,0,1,3,6,10,15,...]
Compute differences delta1 = [0,1,2,3,4,5,...] -
Compute differences delta2 = [1,1,1,1,1,1,...] -
this is constant,
so the polynomial has order 2.

How actually the polynomials are built by hand, you may find at
wikipedia or mathworld... if I recall right, in wikipedia the
explanation was very elementar and instructive.

Gottfried


--
---

Gottfried Helms, Kassel
.



Relevant Pages

  • MACIS 2007 - CALL FOR PARTICIPATION
    ... Sciences (MACIS) is a new series of conferences where foundational research on theoretical and practical problems of mathematics for computing and information processing may be presented and discussed. ... Computing Roots of Polynomials using Bivariate Quadratic Clipping ... An algorithm for checking whether the toric ideal of an affine monomial curve is a complete intersection ...
    (comp.specification.z)
  • Re: decomposition of polynomials
    ... but Googling "polynomial decomposition" will reveal ... problems for multivariate polynomials and for rational and algebraic ... O) algorithm for the decomposition of irreducible polynomials ... Technical Report TR87-826, Comput. ...
    (sci.math)
  • Re: euclidean algorithm over Q[i]
    ... Are you using the Euclidean algorithm to compute ... GCD's of univariate polynomials over Q? ... I'm not sure what 'pseudo division' may mean, ... Let b be the leading coefficient of G ...
    (sci.math.symbolic)
  • Re: Kroneckers method for polynomial factorization
    ... The algorithm as given is not really a good version. ... I hope this shows what you left out (factoring the integers). ... The polynomial interpolation step cannot always ... polynomials requiring rational coefficients cannot, however, be ...
    (sci.math.symbolic)
  • Re: euclidean algorithm over Q[i]
    ... Z, the Gaussian integers, may be what you remember seeing. ... written a pretty simplistic algorithm in java that carries out polynomial ... GCD, just using polynomial long division and the euclidean algorithm. ... GCD's of univariate polynomials over Q? ...
    (sci.math.symbolic)