Polynomial: Difference between revisions
mNo edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
Generating functions in combinatorics. | Generating functions in combinatorics. | ||
== Rational functions [TODO move to its own page] == | |||
There are many examples of useful, practical rational functions that arise as ratios between square distances in trigonometry. See Norman Wildberger's book. |
Revision as of 02:48, 21 April 2024
A polynomial is any function which obtains its result solely by some combination of: multiplying its inputs together, adding them together, or rescaling them.
Examples
The volume of a cube is a polynomial in its side length.
Every linear transformation is uniquely associated to a polynomial called its characteristic polynomial.
A computer program consisting of some number of for
loops (and no recursion or goto
s or other loops), where each for
loop runs exactly times, will take a number of steps to run which is given by some polynomial in . In fact, any polynomial at all can be realized in this way.
Generating functions in combinatorics.
Rational functions [TODO move to its own page]
There are many examples of useful, practical rational functions that arise as ratios between square distances in trigonometry. See Norman Wildberger's book.