A Vector Grid
You are going to use the algebra input line below the graph to create a
grid of lattice points according to the following rule: You can only
enter expressions of the form A+k*u+j*v where k and j come from the set
{-3,-2,-1,0,1,2}. (1) Look at all those parallelograms! What is the area
of the smallest one? If you think this looks like the mathlet above, YOU ARE CORRECT! In the input line below, enter the following commands one at a time so you can see what happens. (1) SEQUENCE[A+k*u,k,-3,3] (2) SEQUENCE[A+j*v,j,-2,4] (3) SEQUENCE[SEQUENCE[A+k*u+j*v,k,-3,3],j,-2,4] Go ahead and play around with the sequence command. Change some of the parameters so you can see what happens! Drag point A and drag the tips of the two vectors! Steve Phelps, Created with GeoGebra |