Basic symbolic math with polynomials. Running this program will let you:
- enter a polynomial ASCII style where exponentiation is accomplished with the caret ^,
- paste in polynomials and update terms before entering,
- subscript variables (which are any ASCII letter) by adding numbers immediately after and
- designate quantities with parentheses.
The program will:
- simplify the polynomial and
- display it using multi-byte characters to indicate subscripts and exponents.