Vstup

factor(x^4+5*x^3+3*x^2-9*x);

Neformátovaný výstup

Maxima 5.24.0 http://maxima.sourceforge.net
using Lisp GNU Common Lisp (GCL) GCL 2.6.7 (a.k.a. GCL)
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
The function bug_report() provides bug reporting information.
                              4      3      2
(%i1)                 factor(x  + 5 x  + 3 x  + (- 9) x)
                                               2
(%o1)                         (x - 1) x (x + 3)

Formátovaný výstup


Maxima 5.24.0 http://maxima.sourceforge.net
using Lisp GNU Common Lisp (GCL) GCL 2.6.7 (a.k.a. GCL)
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
The function bug_report() provides bug reporting information.
                              4      3      2
(%i1)                 factor(x  + 5 x  + 3 x  + (- 9) x)
(%i2)                            tex(%, false)
(%o2) $$\left(x-1\right)\,x\,\left(x+3\right)^2$$