From 82196aa22f8dab086a4086fd0696d1b4bfc0f09b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Rodr=C3=ADguez-S=C3=A1nchez?= Date: Fri, 2 Feb 2024 12:20:55 +0100 Subject: [PATCH] Update README.md Use Latex functionality --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e0b4c6..e86bf1f 100644 --- a/README.md +++ b/README.md @@ -228,9 +228,13 @@ A common way of describing movement in physics is by assigning a function of time to *x* and *y*. For instance, an Archimedean spiral is known to follow the equations below: - +$$ +x(t) = t \cos(t) +$$ - +$$ +y(t) = t \sin(t) +$$ We can encode it, and sample at intervals of 0.05 units of time, using the snippet below: