Rapid-Pi: Examples

Rapid-Pi makes editing math faster and easier with text-based input. Examples below illustrate Rapid-Pi's syntax for entering math.

NOTE: Rapid-Pi supports a large number of symbols, including all symbols offered by Microsoft Equation Editor. The examples below are only intended to illustrate common types of expressions.

Fractions
You type:
2/3 + 3/4
You get:
Rapid-Pi example: fractions
Brackets
You type:
(2/3 + 3/4)
You get:
Rapid-Pi example: brackets
Integrals
You type:
.int(a; b) sin x dx
You get:
Rapid-Pi example: integration
Greek Letters
You type:
.a + .D
You get:
Rapid-Pi example: Greek letters
Exponents
You type:
x^n + x^(n+1)
You get:
Rapid-Pi example: exponents
Matrices
You type:
#[ {a; b}; {c; d}; {e; f} ]
You get:
Rapid-Pi example: matrices