| >"Because the last one uses a multiplication instead of addition, a difference table (which is based on subtraction) won't show the pattern. The inverse of multiplication is division, so use a division table." Well -- that looks like the problem then! And the solution -- use a division table -- as you said. Point is, is that the method shown in the Mathologer video -- does in fact work for every integer sequence defined by polynomials, including some of those that are non-polynomial and involve recursion -- as long as that recursion involves only addition and not multiplication... In other words, sequence algorithms which are recursive and involve multiplication -- fail. But then the next question must be -- is there a generalized algorithm for the construction of Mathologer's tables, which creates a subtraction table on the one hand and a divison table on the other? Which points to the following problem/question: Given an arbitrary integer sequence -- how can we know that the algorithm that generates it -- uses recursion and multiplication? (without knowing anything else about it -- other than the given sequence of numbers?) ? >"I don't think you're thinking about these concepts in a useful way." Define "useful". <g> :-) |
I went ahead and watched the video.
Your summary is incomplete. It works for anything which can be represented as a power series. A polynomial has a largest power. A power series can be seen as the extension of polynomials to have an infinite number of exponents, like how
mentioned in the video.This is why it can fit an exponential function.
And why it cannot fit a factorial/gamma function. (As only one of many classes of sequences it cannot fit.)
Multiplication is recursive addition. The phrase "recursive and involve multiplication" is equivalent to "recursive and involve addition".
> Define "useful". <g> :-)
Just because I can recognize that your misunderstanding of what "recursive" means is not a useful way to understand these topics doesn't mean I can describe what is useful.
I can know that the Eiffel Tower is not a fish even if I can't define what a fish is.