Skip to content

Commit 179141c

Browse files
committed
fix encoding
1 parent 723930d commit 179141c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

mathematica/MathematicaPrograms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(* Requires package: PlotsOfClosedForms.m, see https://github.com/kolosovpetro/AnEfficientMethodOfSplineApproximation*)
1+
(* Requires package: PlotsOfClosedForms.m, see https://github.com/kolosovpetro/AnEfficientMethodOfSplineApproximation*)
22

33
f1[X_] := X^7;
44
f2[X_] := P[3, X, 50];

src/sections/03_generalizations.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Previously, we have discussed that polynomial $P(m,X,N)$ approximates power function $X^j$
1+
Previously, we have discussed that polynomial $P(m,X,N)$ approximates power function $X^j$
22
in some neighborhood of fixed non-negative integer $N$.
33
Approximation by $P(m,X,N)$ can be adjusted by $X^k$ multiplication for even exponents of power function.
44
In general, it is safe to say that power function $X^j$ is approximated by $P(m,X,N) \cdot X^k$

src/sections/04_use_cases.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Use case scenarios of the approximation technique we discuss have their own constraints and limitations.
1+
Use case scenarios of the approximation technique we discuss have their own constraints and limitations.
22
For instance, approximation requirements should have precisely specified exponent $j$ in $X^j$ because
33
for each $j$ there is a matching polynomial $P(m,X,N)$.
44
Perfectly, there should be a set precompiled polynomials $P(m,X,N)$ matching precise exponent $j$ in $X^j$ over

src/sections/figures/032_polynomials_p2_table_n4.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\begin{table}[H]
1+
\begin{table}[H]
22
\centering
33
\begin{tabular}{|c|c|c|c|c|c|}
44
\hline

0 commit comments

Comments
 (0)