What is the most suitable function for a heart?

2k Views Asked by At

I have seen some codes to plot heart on matlab, e.g.

  1. first example
  2. second example

How can I prove/find from the theory how to plot a perfect heart?


enter image description here

2

There are 2 best solutions below

0
On BEST ANSWER

First, a "perfect" heart should look something like this. I mean that's what I've been told anyway. I haven't really seen a (human) heart myself. Second, how much "complexity" or "simplicity" are you looking for in the equations? No matter what (digital) representation you give (any picture of a heart for example), it can easily be parametrized and represented by scores of equations. An example, give me any curve in 2D and I can split the curve up into little sections, do fourier analysis on each section, parametrize them and combine them together using step functions and then just plot them which is exactly what Wolfram people did here with Cupid. The equations fill six pages but hey it is a pretty good picture of cupid, no!

;-) So the smarty pants answer to your question is you give me a 2D/3D picture of whatever you think is a perfect heart and I will give you the equations describing it.

There is also this in 2D and this in 3D which is probably what you meant.

1
On

Well I think a perfekt heart is one which beats, and your question has no correct answer. A real heart doesn't look like those plotted ones and anyway I like them in 2d not in 3d.