Lists of numbers and objects in

GeoGebra

\{1,2,3,4,5\}\\ \{2,4,8,16,32,64\}\\ \{0, 0.1, 0.2, 0.3, 0.4, 0.5\}\\ \vdots
\{(2, 1), (2, 2), (2, 3), (2, 4), (2, 5)\}\\ \left\{x, x^2, x^3, x^4, x^5, x^6, x^7, x^8, x^9, x^{10}\right\}\\ \{\text{Polygon1}, \text{Polygon2}, \text{Polygon3},\text{Polygon4}\}\\

Command

Sequence( )

Command

Sequence( )
\{1,2,3,4,5\}\\ \{2,4,8,16,32,64\}\\ \{0, 0.1, 0.2, 0.3, 0.4, 0.5\}\\ \vdots

Sequence of numbers

Command

Sequence( )

Sequence of objects

\{(1, 2), (2, 2), (3, 2), (4, 2), (5, 2)\}\\

Command

Sequence( )

Sequence of objects

\left\{x, x^2, x^3, x^4, x^5, x^6, x^7, x^8, x^9, x^{10}\right\}

Command

Sequence( )

Sequence of objects

\{\text{Polygon1}, \text{Polygon2}, \text{Polygon3},\text{Polygon4}\}
Sequence( End Value )

Sequence( Start Value, End Value )

Sequence( Start Value, End Value, Increment )

Sequence( Expression, Variable, Start Value, End Value )

Sequence( Expression, Variable, Start Value, End Value, Increment )

Command

Sequence( )
{1,2,3,4,5}
Sequence(5)
Sequence(1,5)
1..5

Example 1

Sequence(2k+1,k,0,20,2)
l1(2)
Element(l1,2)
Length(l1)
l1(1)
1..11
l1+l2
l1-l2
l1*l2
l1/l2

Example 2

GeoGebra scripts

GeoGebra scripts

Sequence(Circle((0,k), 1/k), k, 1, 10)

Example 3

Sequence(x^k, k, 0, 20)
Sequence(k*sin(x), k, -2, 2, 0.2)
l1 + l2 

Example 4

Sequence(Polygon((-1,-1), (1,-1), k), k, 3, 20)

Example 5

Sequence(Sequence((j, k), j, -4, 4), k, -4, 4)
Sequence(Sequence(Circle(m1(j, k), 0.5), j, 1, 9), k, 1, 9)
Sequence(Sequence(Sphere(m1(j, k), 0.25), j, 1, 9), k, 1, 9)

Example 6

GeoGebra scripts

Sequence(Sequence(Sequence((i, j, k), i, -4, 4), j, -4, 4), k, -4, 4)
Sequence(Sequence(Sequence(Sphere(l1(i, j, k), 0.25), i, 1, 9), j, 1, 9), k, 1, 9)

Example 7

In combination with other commands we can create amazing constructions

The posibilities are endless! 😃

The posibilities are endless! 😃

That's all!

Thanks for watching!

Patreons:

David Arso Civil, bleh, Dennis Watson, Neil, Doug Kuhlmann, mirror, Newnome Beauton, Adam Parrott, Sophia Wood (Fractal Kitty), pmben, Abei, Edward Huff.

Lists of numbers and objects

By Juan Carlos Ponce Campuzano

Lists of numbers and objects

Exploring the Sequence( ) command in GeoGebra: https://youtu.be/jZEW_pdRZmM

  • 376