diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-16 19:39:00 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-16 19:39:00 +0100 |
| commit | 87f4e4c213224b0dffce1a5045024b6fc68b962c (patch) | |
| tree | 2682961ef19483c1992361f06492e60608ff6279 | |
| parent | f41e96eb7c71aefaddc0ae1c49f6e7f0d6589f31 (diff) | |
chore: update papers, add assumptions in 'Sum Analysis' paper.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | source/wg04/paper.2.tex | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/source/wg04/paper.2.tex b/source/wg04/paper.2.tex index c5f2cd4..52ddb66 100644 --- a/source/wg04/paper.2.tex +++ b/source/wg04/paper.2.tex @@ -7,6 +7,7 @@ \usepackage{amsmath,amssymb,amsthm} \usepackage{xcolor} \usepackage{hyperref} +\usepackage{mathtools} \usepackage[margin=0.5in,top=1in,bottom=1in]{geometry} \title{Sum Analysis.} @@ -22,15 +23,17 @@ \end{center} \section{Definitions} -\subsection{The Sum Integral:} + +We assume $x \in \mathbb{R}, \quad a, b \in \mathbb{N}, \quad 0 < a < b < \cos(0)$ for: + +\subsection{The S-Integral:} \begin{equation} - \int_{a}^{b} S(x)dx, \quad \forall a, b \in \mathbb{R}, \quad 0 < a < b + I_{1} \coloneqq \int_{a}^{b} S(x)dx, \quad \forall a, b \in \mathbb{R}, \quad 0 < a < b \end{equation} -\subsection{The Sum Function:} +\subsection{The S-Function:} \begin{equation} S(x) := x^{e}, \quad x \in \mathbb{R}, \quad x > 0 \end{equation} - \end{document} |
