What are the most common equivalences in Geogebra to optimize commands?

jospercomp shared this question 2 years ago
Answered

Geogebra Tips and tricks - Top common alternative shorter commands and shorter syntax

1- Sequence(i,i,1,10,1) equivalent to Sequence(10)

2- Sequence(Element(listOfNumbers, a)^2, a, 1, Length(listOfNumbers)) equivalent to

Zip(a^2, a, listOfNumbers)

3- f(x) = If(0 <= x <= 3, sin(x)) equivalent to f(x) = sin(x), 0 <= x <= 3

4- ...

Comments have been locked on this page!

© 2023 International GeoGebra Institute