Who will give the best math/CS/AI/stats explanations?
No bounty left

Explain a math/compsci/AI/stats concept in a brilliant way and get mana.

I will award based on the level of cool insights I get from it and how creative it is.

You can assume general techincal background.

Get Ṁ200 play money
Sort by:
+Ṁ50
+Ṁ50

Just my tip how I used to draw parabola faster at school.

Instead of calculating ax^2 for each point, just remember, that differences between consequent point values grow as odd numbers.

0, 1, 4, 9, 16 are the heights of first point of standard parabola, differences are 1 3 5 7 between them.

And the difference between such points stays proportional no matter how you move the parabola ( y=a(x-b)^2+c). So instead of calculating ax^2 for each whole number x find the point corresponding to the 0 and 1 of classical parabola. Find the difference d. For each next point you draw make a unit step to the right and the oddnumber×d step vertically.

+Ṁ20

https://en.wikipedia.org/wiki/Cook%E2%80%93Levin_theorem

I think this is really cool and with this first NP complete problem we was able to derivative a lot of other NP complete problems.

I'll just withdraw some bounty since low activity, I might add more back if there's more interest