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.
2 parents c5ecee4 + 7a3f06a commit fff7a54Copy full SHA for fff7a54
1 file changed
src/reference-manual/transforms.qmd
@@ -526,7 +526,7 @@ x_1 = \sum_{n=1}^N \frac{y_n}{\sqrt{n \cdot (n + 1)}}
526
$$
527
and then setting
528
529
-x_{n + 1} = \sum_{i = n + 1}^N \frac{\sqrt{y_i}}{\sqrt{i \cdot (i + 1)}}
+x_{n + 1} = \sum_{i = n + 1}^N \frac{y_i}{\sqrt{i \cdot (i + 1)}}
530
- n \cdot \frac{y_n}{\sqrt{n \cdot (n + 1)}}.
531
532
for $n \in 1{:}N$.
0 commit comments