From 4a8b9018882a86c793bc7a75e333c6822f2f94cf Mon Sep 17 00:00:00 2001 From: Lindsey Heagy Date: Sun, 14 Jan 2024 12:04:54 -0800 Subject: [PATCH] update the notation in the forward mapping to use m1, m2 rather than f, g (which are easily confused with kernels) --- content/forward-mapping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/forward-mapping.md b/content/forward-mapping.md index 90b596d..3f3b2c9 100644 --- a/content/forward-mapping.md +++ b/content/forward-mapping.md @@ -61,7 +61,7 @@ Let $f$ and $g$ be two elements of the model space and $\alpha$ and $\beta$ be t $$ \label{eq:linear-mapping} -\mathcal{F}[\alpha f+\beta g]=\alpha\mathcal{F}[f]+\beta\mathcal{F}[g] +\mathcal{F}[\alpha m_1+\beta m_2]=\alpha\mathcal{F}[m_1]+\beta\mathcal{F}[m_2] $$ When this does not hold, the mapping is said to be nonlinear.