Add the ability to graph polar coordinates. #34

Open
opened 2024-04-04 09:19:02 -04:00 by That-One-Nerd · 1 comment
That-One-Nerd commented 2024-04-04 09:19:02 -04:00 (Migrated from github.com)
No description provided.
That-One-Nerd commented 2024-04-04 09:48:20 -04:00 (Migrated from github.com)

Swap all xs with r * cos(theta) and all ys with r * sin(theta) to convert from regular.
Solve for r? Is this doable?

Swap all `x`s with `r * cos(theta)` and all `y`s with `r * sin(theta)` to convert from regular. Solve for r? Is this doable?
Sign in to join this conversation.
No description provided.