How to Plot Valentine Heart with Python and Matplotlib
1–3 of 3 posts
Re: How to Plot Valentine Heart with Python and Matplotlib
#2That was fun! Liked the bit about XKCD plots too. The two equations used are:
y1 = sqrt(1 - |x|) * sqrt(|x|)
y2 = (-3/2) * sqrt(1 - sqrt(x))
Can someone explain me how to find these equations? I would like to use these equations but it would be good to know what they mean before I use them. :-)
Re: How to Plot Valentine Heart with Python and Matplotlib
#3That was fun! Liked the bit about XKCD plots too. The two equations used are: y1 = sqrt(1 - |x|) * sqrt(|x|) y2 = (-3/2) * sqrt(1 - sqrt(x)) Can someone explain me how to find these equations? I would like to use these equations but it would be good to know what they mean before I use them. :-)
Hi!
Thank you! I am the speaker in this video. I have explained these equations with links to graph plots at this Reddit thread: https://www.reddit.com/r/math/comments/1xwuv3/a_mathematical... (2014 thread). I hope that helps.