Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion derivatives.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ $$
Then, the output of the derivative operator is:

$$
\mathbf{r}=\mathbf{D_0} \boldsymbol\ell=\left[0, -1, 0, 2\right]
\mathbf{r}=\mathbf{D_0} \boldsymbol\ell=\left[0, 1, 0, -2\right]
$$
Note that this vector has one sample less than the input. To recover the input $\boldsymbol\ell$ we cannot invert $\mathbf{D_0}$ as it is not a square matrix, but we can compute the pseudoinverse, which turns out to be:

Expand Down