The Python graph uses two equations. y = sqrt(1 - |x|) * sqrt(|x|) y = (-3/2) * sqrt(1 - sqrt(|x|)) Why do these equations work and look like heart? How does one make such equations?
The Python graph uses two equations. y = sqrt(1 - |x|) * sqrt(|x|) y = (-3/2) * sqrt(1 - sqrt(|x|)) Why do these equations work and look like heart? How does one make such equations?