Visualization of quartic⁴
quartic⁴

A quartic polynomial.

0 = 8 + -5x + 4x3 + -1x4 + -1y

8 + -5α + 4α3 + -1α4 + -1β

JSON: { "0,0": "8", "1,0": "-5", "3,0": "4", "4,0": "-1", "0,1": "-1" }

calc: 8 + -5*x + 4*x^3 + -1*x^4 + -1*y

GLSL: 8.0+-5.0*x+4.0*x*x*x+-1.0*x*x*x*x+-1.0*y

Shaders