How to make a list of segments from 2 lists of points?

Cecilia Lucía Gigena shared this question 2 years ago
Needs Answer

I have this 2 lists:


I2 = Sequence((k a, 0), a, 0, 15)


I7 = Sequence((k a, k a), a, 0, 15)


I want to make this list of segments:

segment 1→ item 1 from list I2, item 1 from list I7

segment 2→ item 2 from list I2, item 2 from list I7

.

.

.

and so on


I don't know how to make GeoGebra recognize a list as the data for starting or ending point for my segments.

Comments (2)

photo
2

zip(segment(P,Q),P,I2,Q,I7)

photo
1

¡Gracias!

© 2023 International GeoGebra Institute