I need some help trying to make automatic geometric constructions
Greetings, I hope the community could help me with this project I'm doing,
I'm trying to create a nxn grid where at the center of each square of 1x1 there must be a number which is calculated using congruence mod n.
My questions are as follow:
1.- Can I create ,given a number n from an input box, any number of constructions using that number? For example if I enter 3 in the input box, it will create 3 lines, circles, etc.
2.- It is possible to create an animation after the calculations of the n^2 have been calculated? That is the animations doesn't have a set number of steps until the user puts the information in an input box.
I had the idea of using scripts or the javascript integration but, I can't see any command for creating objects from the scripts rather than only manipulate them.
The grid is an easy one using the Sequence command. The same way you can create points and texts positioned at defined positions, but your description is not very concrete.
chris
The grid is an easy one using the Sequence command. The same way you can create points and texts positioned at defined positions, but your description is not very concrete.
chris
Comments have been locked on this page!