How to Plot Valentine Heart with Python and Matplotlib(youtube.com)
youtube.com
How to Plot Valentine Heart with Python and Matplotlib
https://www.youtube.com/watch?v=Q1J-_Q7Xtbw&t=13m32s
2 comments
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.
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.
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. :-)