Number animation in geogebra?

146 Views Asked by At

enter image description here

Is there a way to animate this "triangle" in Geogebra so that the rows are expanding from the top to the bottom?

1

There are 1 best solutions below

2
On

Slider n (from 0 to 10) then:

a = floor(123456789 / 10^(10 - n))
text1 = a + " × 9 + " + n + " = " + (9a + n)