|
From: Stavros M. (Σ. Μ. <mac...@al...> - 2016-11-01 19:38:53
|
Does exptdispflag:false do what you want?:
(%i1) exptdispflag:false$
(%i2) (x+1)/(x-1);
- 1
(%o2) (x - 1) (x + 1)
(%i3) (x+1)+1/(x+2);
- 1
(%o3) (x + 2) + x + 1
On Tue, Nov 1, 2016 at 9:09 AM, Graeme Paterson <gp...@ms...> wrote:
> Is it possible to display polynomials and especially ratios of
> polynomials with negative exponents as is conventional in digital signal
> processing with th z-transform variable z?
> ------------------------------------------------------------
> ------------------
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today. http://sdm.link/xeonphi
> _______________________________________________
> Maxima-discuss mailing list
> Max...@li...
> https://lists.sourceforge.net/lists/listinfo/maxima-discuss
>
|