description: g=NCsimplify(f) simplifies the polynomial f and writes its monomials shortly using exponents regardless of the parameter NC_using_exponents set in the global option file NCparam.m. arguments: NCpoly representing the polynomial f or matrix of NCpolys output: simplified NCpoly whose monomials are written with exponents possible usage: NCsimplify(f) example: >> NCsimplify(x*x*x*x*y*y*x*x*y-x^2+x*x) ans = x^4*y^2*x^2*y |