Small challenge
|
04-23-2023, 01:56 PM
Post: #18
|
|||
|
|||
RE: Small challenge
(04-23-2023 01:01 PM)robve Wrote: We can use the Chains of Recurrences algebra to optimize sequence evaluations such as x^10. We only need 10 additions to produce the next value in the sequence. Now you may ask, what's the difference here with difference tables? These CR coefficients look familiar. And you are correct! Polynomial CR forms are identical to difference table upper diagonals of polynomials evaluated over equidistant grids. CRs are not restricted to polynomials, it's just that CRs of polynomials are easy to construct with difference tables or with the CR algebra. A difference table for the sequence shown in the picture reveals that the sequence is an x^10 polynomial since the 11th difference column is zero: Not surprising, starting from x=1 you get the diagonal that matches the CR coefficients: - Rob "I count on old friends to remain rational" |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 3 Guest(s)