Skip to content

Commit 2f706e9

Browse files
committed
abstract | reasoning
1 parent 214e46a commit 2f706e9

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning v2.0.0](https://semver.org/spec
1010
### Changed
1111

1212
- Improve reasoning
13+
- Update abstract
1314

1415
## [1.0.3] - 2025-02-24
1516

14 Bytes
Binary file not shown.

src/sections/01_abstract.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Let $P(m, X, N)$ be an $m$-degree polynomial in $X\in\mathbb{R}$
22
having fixed non-negative integers $m$ and $N$.
3-
Essentially, the polynomial $P(m, X, N)$ is a result of a rearrangement inside Faulhaber's formula
3+
The polynomial $P(m, X, N)$ is derived from a rearrangement of Faulhaber's formula
44
in the context of Knuth's work entitled "Johann Faulhaber and sums of powers".
55
In this manuscript we discuss the approximation properties of polynomial $P(m,X,N)$.
66
In particular, the polynomial $P(m,X,N)$ approximates the odd power function $X^{2m+1}$ in a certain neighborhood

src/sections/02_introduction.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
For example,
1717
\input{sections/figures/05_fig_coefficients_a}
1818

19-
Essentially, the polynomial $P(m, X, N)$ is derived from a rearrangement of Faulhaber's formula
19+
The polynomial $P(m, X, N)$ is derived from a rearrangement of Faulhaber's formula
2020
in the context of Knuth's work entitled \textit{Johann Faulhaber and sums of powers}, see~\cite{knuth1993johann}.
2121
In particular, the polynomial $P(m, X, N)$ yields an identity for odd powers
2222
\begin{align*}

0 commit comments

Comments
 (0)