Fabrizio,
I suggest you look at the "format" package. It is useful for these kinds
of manipulations.
load("format");
There is some documentation online at
http://matsrv3.bham.ac.uk/scripts/maxima/format/format.pdf
(I can't find it in the "proper" place, sorry!)
Chris
On Fri, 24 Nov 2006, Fabrizio Caruso wrote:
> Hi all again,
>
> Is there a way to tell Maxima to
> rewrite an expression as a multivariate
> polynomial with respect to some given variables?
>
> What I mean is to write the expression as
> a some of monomials, where a monomial
> is a product of something free of the chosen
> variables and a power product with respect
> to the variables.
>
> Fabrizio
>
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
>