Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2024-01-06 16:08:29 +01:00 committed by GitHub
parent 41173650fd
commit 4acc2b1799
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,7 @@ Here, $\vec{x}$ is the solution vector being sought.
The formal solution of the equation $D\,\vec{x} = \vec{b}$ is given by The formal solution of the equation $D\,\vec{x} = \vec{b}$ is given by
&$\vec{x} = D^{-1}\, \vec{b} \, ,$& $$\vec{x} = D^{-1}\, \vec{b} \, ,$$
where $D^{-1}$ denotes the inverse of the matrix $D$. where $D^{-1}$ denotes the inverse of the matrix $D$.