We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de05c44 commit 34a4021Copy full SHA for 34a4021
docs/src/index.md
@@ -10,7 +10,9 @@ and for solving differential and integral equations.
10
A basic approach of computational mathematics that ApproxFun exploits is expansion
11
in a basis
12
13
-$f(x) \approx \sum_{k=1}^n c_k \psi_k(x)$
+```math
14
+f(x) \approx \sum_{k=1}^n c_k \psi_k(x)
15
+```
16
17
Some traditional examples of bases $\psi_1(x),\psi_2(x),\ldots$ are
18
1. Taylor series: $1,z,z^2,\ldots$
0 commit comments