Skip to content

Commit 490a166

Browse files
authored
Correct math equation formatting in documentation
Fixed formatting of mathematical equations in the documentation.
1 parent 0ddd745 commit 490a166

1 file changed

Lines changed: 12 additions & 9 deletions

File tree

docs/bridge-to-realization/path-from-manifold-to-realization.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -224,19 +224,22 @@ If the chosen primitives are incorrect or incomplete, the manifold model will be
224224
**Illustrative Toy Functions** (for a transformer-style model)
225225

226226
- **Lift φ (World → Internal Representation)**:
227-
$$
228-
\phi(W(t)) \approx W_{\rm embed}(t) + 0.6 \cdot {\rm residual}(t)
229-
$$
227+
228+
$$
229+
\phi(W(t)) \approx W_{\rm embed}(t) + 0.6 \cdot {\rm residual}(t)
230+
$$
230231

231232
- **Update Law F (Internal Evolution)**:
232-
$$
233-
M_{t+\Delta t} = F(M_t) = M_t + 0.25 \cdot {\rm internal\ processing}(M_t) - 0.08 \cdot e(t)
234-
$$
233+
234+
$$
235+
M_{t+\Delta t} = F(M_t) = M_t + 0.25 \cdot {\rm internal\ processing}(M_t) - 0.08 \cdot e(t)
236+
$$
235237

236238
- **Projection ψ (Internal Representation → Output)**:
237-
$$
238-
\psi(M_t) \approx W_{\rm out} \cdot M_t
239-
$$
239+
240+
$$
241+
\psi(M_t) \approx W_{\rm out} \cdot M_t
242+
$$
240243

241244
**Underlying Principle**
242245

0 commit comments

Comments
 (0)