Skip to content

Commit bf86e29

Browse files
committed
fix typo in docs
1 parent 4d80631 commit bf86e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pdes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ In the simplest case, we use the same linear combination (neglecting polynomial
4545
u(x) = \sum_{j = 1}^N c_jK(x, x_j),
4646
```
4747

48-
where $K$ is the kernel function. This approach is also non as non-symmetric collocation or Kansa's method. By enforcing the
48+
where $K$ is the kernel function. This approach is also known as non-symmetric collocation or Kansa's method. By enforcing the
4949
conditions $\mathcal{L}u(x_i) = f(x_i)$ for $i = 1,\ldots,N_I$ and $\mathcal{B}u(x_i) = g(x_i)$ for $i = N_I + 1,\ldots,N$ we
5050
obtain a linear system of equations for the coefficients $c_i$, which can be written as
5151

0 commit comments

Comments
 (0)