Online Algebra Calculator
Many of users do not use powerful Maxima computer algebra system for systematic work, but for ad hoc algebraic calculations – equations, functions, matrixes, etc. only. To do this job, it is not useful to download the whole application from a web site.
-- Option variable: display_format_internal Default value: false
When display_format_internal is true, expressions are displayed without being transformed in ways that hide the internal mathematical representation. The display then corresponds to what inpart returns rather than part.
Examples:
User part inpart a-b; a - b a + (- 1) b
a - 1 a/b; - a b b 1/2 sqrt(x); sqrt(x) x
4 X 4 X*4/3; --- - X 3 3
(%o1) true (%i2)