Skip to content

Commit

Permalink
Use LaTeX Math in README.md (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinpfoertner committed Jun 23, 2022
1 parent 1459139 commit cf1c9a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ differential equations. ProbNum solvers not only estimate the solution of the nu

Currently, available solvers are:

- **Linear solvers:** Solve *Ax = b* for *x*.
- **ODE solvers:** Solve *ẏ(t) = f( y(t), t )* for *y*.
- **Integral solvers (quadrature):** Solve *F = ∫ f(x) p(x) dx* for *F*.
- **Linear solvers:** Solve $A x = b$ for $x$.
- **ODE solvers:** Solve $\dot{y}(t) = f(y(t), t)$ for $y$.
- **Integral solvers (quadrature):** Solve $F = \int_D f(x) \mathrm{d}p(x)$ for $F$.

Lower level structure includes:

Expand Down

0 comments on commit cf1c9a9

Please sign in to comment.