This is a simpLE Algebra Simplifier that can perform basic algebraic operations.
Examples:
Supported characters:
| English letters |
A-Z, a-z |
| Digits |
0-9 |
| Arithmetic operators |
+ - * / ^ |
| Parenthesis |
( ) |
Notes:
- Each letter (case sensitive) is counted as a variable, so multicharacter variable names aren't supported
- Variable names can be subscripted with numbers to name multiple variables with the same letter. Like, x0-x1 >>> x0-x1