order - Control the ordering of the output expression from factor -
can control ordering of output expressions in maxima's factor() function?
factor(7*x^2-7*x);
returns
7*(x-1)*x
but get
7*x*(x-1)
there isn't simple way specific ordering of terms. maxima has pretty strong idea ordering , isn't easy change. advice let go , used it; don't think it's worth trouble try change it. in fact, in case, in trying change ordering of x
, x - 1
, don't think there way it.
Comments
Post a Comment