Cheta with base-change: preliminary results
#21
(08/12/2009, 06:40 PM)bo198214 Wrote: I also just see that there is a function lagrange_polynomial in sage
e.g.
# using the definition of Lagrange interpolation polynomial
sage: R = PolynomialRing(QQ, 'x')
sage: R.lagrange_polynomial([(0,1),(2,2),(3,-2),(-4,9)])

I mean this should be super easy now. Just plug in your argument-value-pairs and you have the interpolating polynomial (no matrix fuzz).
Then you can apply this interpolating polynomial to non-real values.
Or extract the coefficients as you like.
However I didnt check how long it takes Smile
Well that takes all the fun out of it, now doesn't it? Tongue

But seriously, I'll try both approaches and see which is faster.
~ Jay Daniel Fox
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Python codes to test my recent results about tetration marcokrt 0 4,555 12/26/2024, 04:29 PM
Last Post: marcokrt
  complex base tetration program sheldonison 23 104,497 10/26/2016, 10:02 AM
Last Post: Gottfried
  Expansion of base-e pentation andydude 13 57,397 07/02/2011, 01:40 AM
Last Post: Cherrina_Pixie
  intuitive slog base sqrt(2) developed between 2 and 4 bo198214 1 9,300 09/10/2009, 06:47 PM
Last Post: bo198214
  A nice series for b^^h , base sqrt(2), by diagonalization Gottfried 19 55,409 06/11/2009, 08:36 PM
Last Post: Gottfried
  Convergence of matrix solution for base e jaydfox 6 21,009 12/18/2007, 12:14 AM
Last Post: jaydfox



Users browsing this thread: 1 Guest(s)