diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-15 16:53:02 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-15 16:53:02 +0100 |
| commit | de4b3b9af9dcea19698cf11b1c7ac29764245ce5 (patch) | |
| tree | b3702c9c78f0c84b1adfcf4009cd37b858c6163b /source | |
| parent | 73efb6633e70259109ee6c81c490b11b716b7c71 (diff) | |
feat: papers improvements. (papers).
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'source')
| -rw-r--r-- | source/dn001.05/paper.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/dn001.05/paper.tex b/source/dn001.05/paper.tex index cdbbd00..db112c3 100644 --- a/source/dn001.05/paper.tex +++ b/source/dn001.05/paper.tex @@ -35,13 +35,13 @@ We will define their concepts alongside their properties. We assume the reader h \section{The Execution Product Formula} -Let $\Gamma(x, y, z)$ be an execution product of variable arguments $x$, $y$, $z$ defined in compatible and composable execution context $\mathbb{E}$. \\ +Let $\Gamma(x, y, ..., z)$ be an execution product of variable arguments $x$, $y$, $z$ defined in compatible and composable execution context $\mathbb{E}$. \\ Let the index $i$ denote the current execution domain of an execution product. \\ \\ Consider the following formula: \begin{equation} -\Gamma(x, y, z) = \prod_{i=1}^{n}(x_{i} \times y_{i} \times z_{i})+\mathbb{U} +\Gamma(x, y, ..., z) = \prod_{i=1}^{n}(x_{i} \times y_{i} \times ... \times z_{i})+\mathbb{U} \end{equation} -which we define as the execution product, where $\mathbb{U}$ is the Unknown Execution of $\Gamma(x, y, z)$, now defined as $g(\mathbb{E})$. +In which we define as the execution product, where $\mathbb{U}$ is the Unknown Execution of $\Gamma(x, y, z)$, now defined as $g(\mathbb{E})$. \subsection{Properties of $\Gamma$} |
