Google Classroom
GeoGebraGeoGebra Classroom

String Art Angle 1

String Art Angle 1 Creating division points: Sequence command creates List1- example for endpoints A and B, the command is: “Sequence[B + i / n (A - B), i, 1, n]“ where n is a slider showing the number of segments. List2 created similarly. Creating segments between the two lists of points: “Sequence[Segment[Element[list1,i],Element[list2,n+1-i]],i,1,n]”