REXPR

What is rexpr?

Rexpr is a little bit of javascript and html that can build random mathematical expressions based on user specified relations. The ouput is formatted using latex and mathjax. I made this program as an extension of my previous logic expression generator scripts that I built alongside the exprtest prover. The main intention is for generating practice problems as shown in some of the demos below but feel free to use it for anything you want.

Demo Session:

A sample of how rexpr works.

demo

exprTest Session:

Build formulas for the prover.

demo

Calculus Session:

Basic calculus expression formats.

derivatives
integrals
limits
series

Propositional Logic Session:

Generates propositional logic expressions, could be used for proofs.

propositional logic

Algebra Session:

Some simple algebraic/arithmetic formats.

random algebraic/arithmetic expressions
factoring
completing the square
solving equations

Set Equation Session:

Random set identity formats.

set equations

Notes:

other stuff by me