Formula: spring festival couplet

Formula: spring festival couplet

thingiverse

In Taiwan, spring is represented by the character `春`, and during the lunar new year, we decorate our homes with couplets featuring this word. Try searching Google for the following formula: x^4+y^4+100/(x^4+(2y-2)^4+(2y-1)^2)+100/(x^4+(2y+2)^4+(2y+1)^2)-1/((y+3)^4+(x/15)^4)-1/((y+4)^4+(x/15)^4)-1/((y+5)^4+(x/15)^4)-1/(4(x+y+4)^4+((x-y+1)/5)^4)-100^16/(((x-4)^2+(y+5)^2-13)^2+((x-19)^2+(y+12)^2-400)^2)^16-25 I discovered this remarkable formula on the webpage "如何用方程式寫春聯" and attempted to create a printable version. The function in OpenSCAD is: function f(x, y) = pow(x, 4) + pow(y, 4) + 100 / (pow(x, 4) + pow(2 * y - 2, 4) + pow(2 * y - 1, 2)) + 100 / (pow(x, 4) + pow(2 * y + 2, 4) + pow(2 * y + 1, 2)) - 1 / (pow(y + 3, 4) + pow(x / 15, 4)) - 1 / (pow(y + 4, 4) + pow(x / 15, 4)) - 1 / (pow(y + 5, 4) + pow(x / 15, 4)) - 1 / (4 * pow((x + y + 4), 4) + pow((x - y + 1) / 5, 4)) - pow(100, 16) / pow((pow(pow(x - 4, 2) + pow(y + 5, 2) - 13, 2) + pow(pow(x - 19, 2) + pow(y + 12, 2) - 400, 2)), 16) - 25;

Download Model from thingiverse

With this file you will be able to print Formula: spring festival couplet with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Formula: spring festival couplet.