Google Classroom
GeoGebraGeoGebra Classroom

Mixing

Script

t = Slider(-3, 3, 0.1, 1, 180, false, true, false, false) p1 = Polygon((-5, 0), (5, 0), (5,5), (-5,5)) ShowLabel(p1, false) A = Point(p1) # Before creating point B we must redefine A # as a complex number B = ((A * 3)/2 * e^(t * pi * ί * e^( -1 * abs( (A*3)/2 )^2 )))