Maxima
Maxima is the language used in the computer algebra system of the same name.
Tasks
- 100 doors
- A+B
- Ackermann function
- Anagrams
- Apply a callback to an array
- Arbitrary-precision integers (included)
- Arithmetic-geometric mean
- Arithmetic/Complex
- Arithmetic/Integer
- Arithmetic/Rational
- Array concatenation
- Arrays
- Associative array/Creation
- Associative array/Iteration
- Averages/Arithmetic mean
- Averages/Median
- Averages/Pythagorean means
- Averages/Root mean square
- Balanced brackets
- Binary digits
- Binary search
- Bitwise operations
- Boolean values
- CSV to HTML translation
- Call a foreign-language function
- Case-sensitivity of identifiers
- Catalan numbers
- Catamorphism
- Character codes
- Check Machin-like formulas
- Cholesky decomposition
- Circles of given radius through two points
- Combinations
- Comments
- Compound data type
- Conditional structures
- Constrained random points on a circle
- Continued fraction
- Copy a string
- Count occurrences of a substring
- Create a file
- Create a two-dimensional array at runtime
- Day of the week
- Detect division by zero
- Determinant and permanent
- Determine if a string is numeric
- Dijkstra's algorithm
- Dot product
- Draw a cuboid
- Draw a sphere
- Dynamic variable names
- Element-wise operations
- Empty program
- Empty string
- Euler method
- Evaluate binomial coefficients
- Even or odd
- Execute a system command
- Exponentiation operator
- Extreme floating point values
- Factorial
- Factors of a Mersenne number
- Factors of an integer
- Fast Fourier transform
- Faulhaber's formula
- Fibonacci sequence
- Filter
- Find common directory path
- Find limit of recursion
- First-class functions
- Five weekends
- FizzBuzz
- Flatten a list
- Flow-control structures
- Formal power series
- Forward difference
- Function composition
- Function definition
- Gamma function
- Generate lower case ASCII alphabet
- Generic swap
- Greatest common divisor
- Greatest element of a list
- Haversine formula
- Hello world!
- Hello world/Text
- Higher-order functions
- Holidays related to Easter
- Horner's rule for polynomial evaluation
- Identity matrix
- Include a file
- Infinity
- Integer comparison
- Integer sequence
- Interactive programming
- Introspection
- Jensen's Device
- Kaprekar numbers
- Knuth shuffle
- LU decomposition
- Last Friday of each month
- Leap year
- Least common multiple
- Linear congruential generator
- Literals/Floating point
- Literals/Integer
- Literals/String
- Logical operations
- Look-and-say sequence
- Loops/Break
- Loops/Continue
- Loops/Do-while
- Loops/Downward for
- Loops/For
- Loops/For with a specified step
- Loops/Foreach
- Loops/Infinite
- Loops/Nested
- Loops/While
- Lucas-Lehmer test
- Magic squares of odd order
- Map range
- Matrix multiplication
- Matrix transposition
- Matrix-exponentiation operator
- Memory allocation
- Miller–Rabin primality test
- Modular exponentiation
- Monte Carlo methods
- Multiple distinct objects
- Multiplication tables
- Multiplicative order
- Mutual recursion
- N-queens problem
- Nth root
- Null object
- Number names
- Numerical integration
- Numerical integration/Gauss-Legendre Quadrature
- Order two numerical lists
- Palindrome detection
- Parsing/RPN calculator algorithm
- Pascal's triangle
- Perfect numbers
- Permutations
- Permutations with repetitions
- Pick random element
- Plot coordinate pairs
- Power set
- Primality by trial division
- Prime decomposition
- Priority queue
- Program termination
- QR decomposition
- Queue/Definition
- Quine
- Random number generator (included)
- Random numbers
- Read a file line by line
- Reduced row echelon form
- Remove duplicate elements
- Repeat a string
- Resistor mesh
- Return multiple values
- Reverse a string
- Roots of a function
- Roots of a quadratic function
- Roots of unity
- Rot-13
- Run-length encoding
- Runge-Kutta method
- Runtime evaluation
- Search a list
- Sequence of non-squares
- Set
- Show the epoch
- Sieve of Eratosthenes
- Sort an integer array
- Sort using a custom comparator
- Sorting algorithms/Insertion sort
- Sorting algorithms/Merge sort
- Sorting algorithms/Selection sort
- Special variables
- Spiral matrix
- Stack
- Stem-and-leaf plot
- String case
- String concatenation
- String interpolation (included)
- String length
- Substring
- Sum and product of an array
- Sum multiples of 3 and 5
- Sum of a series
- Sum of squares
- Symmetric difference
- System time
- Time a function
- Tokenize a string
- Trigonometric functions
- Truth table
- Van der Corput sequence
- Variadic function
- Visualize a tree
- Zig-zag matrix