Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Use Latex functionality
  • Loading branch information
PabRod authored Feb 2, 2024
1 parent 073b0d5 commit 82196aa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<img src="https://render.githubusercontent.com/render/math?math=x(t) = t cos(t)">
$$
x(t) = t \cos(t)
$$

<img src="https://render.githubusercontent.com/render/math?math=y(t) = t sin(t)">
$$
y(t) = t \sin(t)
$$

We can encode it, and sample at intervals of 0.05 units of time, using
the snippet below:
Expand Down

0 comments on commit 82196aa

Please sign in to comment.