Complete documentation for all GeoGebra-compatible commands โ implemented today and coming soon. All commands support identical German syntax to GeoGebra.
GCD, LCM, factoring, primes, base conversion, equation solving, symbolic algebra.
Derivatives, integrals, Taylor series, limits, solvers, tangents, implicit curves.
Mean, median, std dev, regression, hypothesis testing, correlation, confidence intervals.
Normal, Binomial, Poisson, t, F, Chiยฒ, inverses, random generators, combinatorics.
Sequence, sort, filter, sets, zip, index, frequency, conditional operations.
Determinant, inverse, transpose, rank, RREF, dot/cross products, unit vectors.
Points, lines, circles, polygons, angles, midpoints, intersections, constructions.
Present value, future value, payment, periods, interest rate โ TVM solver.
Type any command directly into the expression input. Commands use GeoGebra's exact German syntax. English aliases also work.
Mittelwert({1, 2, 3, 4, 5}) โ 3
Normal(0, 1, 1.96) โ 0.975002
Binomial(10, 0.5, 5, false) โ 0.246094
Sortiere({3, 1, 4, 1, 5, 9}) โ {1, 1, 3, 4, 5, 9}
Determinante({{1,2},{3,4}}) โ -2
Barwert(0.05, 10, -1000) โ present value
Faktorisiere(x^2 - 4) โ (x-2)(x+2)