From a2c6004e3d4254a46a4db08f72361028244c2cf8 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Wed, 24 May 2023 23:15:00 +0000 Subject: [PATCH] Yet more typos fixed, hopefully this is the last commit --- Swift-Hohenberg-Solver/README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Swift-Hohenberg-Solver/README.md b/Swift-Hohenberg-Solver/README.md index eba572e..0d16cb4 100755 --- a/Swift-Hohenberg-Solver/README.md +++ b/Swift-Hohenberg-Solver/README.md @@ -65,7 +65,8 @@ As usual, we multiply each side of the equation by a test function $$\overrightarrow\varphi_i = \begin{pmatrix} - \phi_i\\ \psi_i + \phi_i\\ + \psi_i \end{pmatrix}$$ to get the equation @@ -94,16 +95,17 @@ and then expand our solution vector in this basis $$\begin{aligned} \sum_j u_j\begin{pmatrix} \phi_i\\ - \psi_i + \psi_i \end{pmatrix}\cdot\begin{pmatrix} 1 - kr & k(1 + \Delta)\\ 1 + \Delta & -1 \end{pmatrix} \begin{pmatrix} - \phi_j\\\psi_j + \phi_j\\ + \psi_j \end{pmatrix} &= \begin{pmatrix} \phi_i\\ - \psi_i + \psi_i \end{pmatrix}\cdot\begin{pmatrix} U_{n-1} + kg_1U_{n-1}^2 - kU_{n-1}^3\\ 0 -- 2.39.5