File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ function test_basis(B)
4242 # This is the continuous axis
4343 x = axes (B,1 )
4444
45- # This corresponds to a functional L whose action on a function
45+ # This corresponds to a operator L whose action on a function
4646 # f(x) is defined as Lf(x) = sin(2πx)*f(x). In physics this is a
4747 # potential.
4848 @info " Sine operator"
Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ $$\begin{equation}
270270\operator{L}f = g,
271271\end{equation} $$
272272
273- where $\operator{L}$ is a linear functional , we can solve the equation
273+ where $\operator{L}$ is a linear operator , we can solve the equation
274274approximately by expanding $f$ and $g$ in terms of B-splines:
275275
276276$$ \begin{equation}
@@ -294,7 +294,7 @@ $$\begin{equation}
294294
295295The right-hand side is trivially in the space $\space{P}_ {t,k}$,
296296whereas is not necessary true for the left-hand side, i.e. the
297- functional $\operator{L}$ may take $f$ out of the space. We can
297+ operator $\operator{L}$ may take $f$ out of the space. We can
298298project the equation into the space $\space{P}_ {t,k}$ by
299299left-multiplying by the projector $BB^H$:
300300
You can’t perform that action at this time.
0 commit comments