Build a polygon using nested command sequence
Answered
Hello,
I need to build a parallelogram using a nested sequence command. I was able to build a triangle, but could not modify it accordingly.
The command I used was the following:
Sequence(Sequence((i,j),j,i,15),i,0,15)
i = x-axis and j=y axis
The above command produced a triangle as the attached file. However I need to build a parallelogram, which is equivalent to the other attached file. It is only acceptable using the nested sequence command.
It maybe very simple manipulation of the sequence that I created, however I am stuck here and I was not able to customize it in order to form the parallelogram. Can someone help,
Thansk,
R. de Souza
Sequence(Sequence((i,j),j,i,i+15),i,0,15)
Comments have been locked on this page!