http://www.deaneyang.com//blog/blog/math/exponential-function/euler-formula/2025/05/29/ExponentialFunctions.html #PowerSeries #Humor #MathPhilosophy #DrowningInMath #HackerNews #ngated
more curves and polynomials
https://bugfreeblog.duckdns.org/2021/05/isogeometric-analysis-bezier-curves-and.html
While working on my sample IGA implementation here https://github.com/carlonluca/isogeometric-analysis, I found myself in need of defining and implementing the math structures used to define the domain and the solution space. This means that I had to implement various algorithms to define structures like Bezier, B-spline, NURBS and T-spline. So this is a quick intro to […]
The integral
\[ \int_0^\infty x^k e^{-x} dx = k! \]
is used as motivation for the gamma function and in the irrationality proof of \( e \). But it can also be used for the transformation \( T \) defined by
\[ T f = \int_0^\infty f(x) e^{-x} dx. \]
If \( f = \sum_i f_i x^i \) is a power series and everything converges, it is transformed to \( T f = \sum_i f_i i! \). One can therefore say that \( T \) evaluates \( f \) at the factorial and write
\[ T f = f(!). \]
Are there other unusual places at which one can evaluate a function?
Two must reads for anyone serious about sequences, computing methodologies, and combinatorial algorithms.
S. Yurkevich, The art of algorithmic guessing in gfun,
https://doi.org/10.5206/mt.v2i1.14421
B. T. Tabuguia, W. Koepf, On the Rep. of Non-Holonomic Univariate Power Series,
https://doi.org/10.5206/mt.v2i1.14315
The examples are primarily aimed at Maple users but the expositions are general enough to give a good start.
#TheArtOfGuessing, #P-recursive sequences, #D-finite functions, #Holonomic, #PowerSeries