More examples
Combinatorics
Use the ideas of permutation and combination to find binomial coefficients or integer partitions or to do other forms of counting.
Compute binomial coefficients (combinations):
Compute a Frobenius number:
Find the partitions of an integer:
More examples
More examples
Graph Theory
Work with known graphs or specify your own via adjacency lists. Check for isomorphism, compute the shortest path and more.
Compute the properties of a named graph:
Analyze a graph specified by adjacency rules:
More examples
More examples
Point Lattices
Compute the properties of these discrete subsets of Euclidean space. Deal with regular or rooted lattices. Compare them.
Compute the properties of a lattice:
Compute the properties of a root lattice:
Compare several lattices:
More examples
More examples
Sequences
Deduce patterns in incompletely specified sequences or series. Sum infinite series or perform other operations on them.
Compute a possible formula and continuation for a sequence:
Sum an incompletely specified infinite series:
More examples
More examples
Recurrences
Solve recurrences, specify initial values or attempt to model sequences with recurrences.
Find a recurrence satisfied by a given sequence:
More examples
Ackermann Function
Work with the famous function known for being a total computable function that is not primitive recursive.
Evaluate the Ackermann function:
More examples