Please can you tell me how I can draw 4th order bezier curve in Geogebra?
I have these polynomial cubics
B0(t) = (1 - t)3,
B1(t) = 3t(1 - t)2,
B2(t) = 3t2(1 - t),
B3(t) = t3
but with these I can draw only simple Bezier curve and I need 4th order bezier curve with 5 control points.