diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-24 20:40:25 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-24 20:40:25 +0100 |
| commit | 3253481783e19fa8656e8272083bc7ae611b1617 (patch) | |
| tree | 7f329d72a2bb24ad12ad1f3c8d1a0184d3a2d5b5 | |
| parent | 29991414330b6690dc178e8d2f725cea8591142a (diff) | |
chore: new paper version.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | source/wg04/paper.tex | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/source/wg04/paper.tex b/source/wg04/paper.tex index 55954bf..a452408 100644 --- a/source/wg04/paper.tex +++ b/source/wg04/paper.tex @@ -34,25 +34,27 @@ The section covers definitions, and properties of the formulas we will use in th We assume $x, y, z \in \mathbb{R}, \quad n \in \mathbb{N}, \quad \cos(\pi) < a < b, \quad t = a$ \subsection{DEFINITION OF THE A-INTEGRAL:} \begin{equation} - I_{1}(t, a, b, n) \coloneqq \sum_{k=t}^{n} \int_{a}^{b} S(u) du + I_{1}(t, a, b, n) \coloneqq \sum_{k=t}^{n} \int_{a}^{b} Z(u) du \end{equation} \subsection{DEFINITION OF THE A-FUNCTION:} +Let a function be: \begin{equation} - S(x, u) : (x, u) \to \mathbb{R} + Z(x) : (0, x) \to \mathbb{R} \end{equation} +Named $Z(x) \in \mathbb{R}$. \subsection{DEFINITION OF THE A-EQUATION:} \begin{equation} - I_{2}(y, z, a, b, \Delta t) \coloneqq \int_{a}^{b} (E_{1}(x, y, z, \Delta t))dx, \quad E_{1}(x, y, z, \Delta t) := \frac{S(x, y)}{S(\Delta t, z)} + I_{2}(y, z, t, a, b) \coloneqq \int_{a}^{b} E_{1}(x, y, z, t) dx, \quad E_{1}(x, y, z, t) := Z(x \cdot t, y \cdot z) \end{equation} -Where $\Delta t \in \mathbb{R}$ if and only if $0 < \Delta t$. +Where $t \in \mathbb{R}$ if and only if $0 < t$. \subsection{DEFINITION OF THE K-EQUATION:} \begin{equation} - K_{n}(u_{n}, a, b) \coloneqq \int_{a}^{b} S_{n}(u_{n}) \quad d \cdot u_{n}, \quad \forall u_{n}, S_{n}(u_{n}) \in \mathbb{R} + K_{n}(u_{n}, a, b) \coloneqq \int_{a}^{b} Z_{n}(u_{n} \cdot t) dt, \quad \forall u_{n}, Z_{n}(u_{n}) \in \mathbb{R} \end{equation} -Where $K_{n} > 0$ and $S_{n}(u_{n})$ is an A-Function of index $n$ at $u$. +Where $K_{n} > 0$ and $Z_{n}(u_{n})$ is an A-Function of index $n$ at $u$. \section{INTRODUCTION} -We will in the paper, introduce several equations, and their usages in analysis. +We will in this paper introduce several equations and their usages in analysis. \end{document} |
