From 9440cef61dd81acd89492ae8288f00a47df0d835 Mon Sep 17 00:00:00 2001 From: Eric Berquist Date: Mon, 6 Sep 2021 21:07:27 -0400 Subject: [PATCH] Fix minor typo --- contents/barnsley/barnsley.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/barnsley/barnsley.md b/contents/barnsley/barnsley.md index e3f01f96f..5c303fa3a 100644 --- a/contents/barnsley/barnsley.md +++ b/contents/barnsley/barnsley.md @@ -58,7 +58,7 @@ Now let's hop into disecting the Barnsley fern by seeing how each transform affe | $$f_4(P) = \begin{bmatrix} -0.15 &0.28 \\ 0.26 &0.24 \end{bmatrix}P + \begin{bmatrix} 0 \\ 0.44 \end{bmatrix}$$

This operation flips every point and rotates to the right.|

| At this stage, it *might* be clear what is going on, but it's not exactly obvious. -Essentiallg, each operation corresponds to another part of the fern: +Essentially, each operation corresponds to another part of the fern: * $$f_1$$ creates the stem. * $$f_2$$ creates successively smaller ferns moving up and to the right.