I am working on a small project where I am trying to divide a circle into (a) equal parts. I already have a function for finding the angles, but I need a way to graph (a) amount of lines (b) radians apart. Can anyone help?
My Graph
You can use lists to do things like this, because an operation on a list will be repeated for every item in the list. Here is an example: Lines
1 Like
Something like this?
Thank you very much! I didn’t know that lists could do this.