ChatMath Command Reference

Complete documentation for all GeoGebra-compatible commands โ€” implemented today and coming soon. All commands support identical German syntax to GeoGebra.

โœ“ Implemented โณ Coming Soon
๐Ÿ”
๐Ÿ”ข

Algebra & Number Theory

GCD, LCM, factoring, primes, base conversion, equation solving, symbolic algebra.

73%
19 / 26 commands
๐Ÿ“ˆ

Analysis & CAS

Derivatives, integrals, Taylor series, limits, solvers, tangents, implicit curves.

65%
~15 / 23 commands
๐Ÿ“Š

Statistics

Mean, median, std dev, regression, hypothesis testing, correlation, confidence intervals.

57%
35 / 61 commands
๐ŸŽฒ

Probability

Normal, Binomial, Poisson, t, F, Chiยฒ, inverses, random generators, combinatorics.

64%
27 / 42 commands
๐Ÿ“‹

Lists & Data

Sequence, sort, filter, sets, zip, index, frequency, conditional operations.

71%
20 / 28 commands
๐Ÿงฎ

Matrix & Vectors

Determinant, inverse, transpose, rank, RREF, dot/cross products, unit vectors.

83%
10 / 12 commands
๐Ÿ“

Geometry

Points, lines, circles, polygons, angles, midpoints, intersections, constructions.

23%
12 / 53 commands
๐Ÿ’ฐ

Finance

Present value, future value, payment, periods, interest rate โ€” TVM solver.

100%
5 / 5 commands โœ“

๐Ÿ’ก Quick Start

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)