axiom-mail
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-mail] Factorizing an expression


From: Ludovic Courtès
Subject: [Axiom-mail] Factorizing an expression
Date: Wed, 08 Nov 2006 15:29:43 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Hi,

I'm looking for a way to turn an expression into a factor of another
one.  For instance, given this equation:

  (a/b)^2 + (a/b)y + 3(a/b)x

tell Axiom to somehow turn this into:

  (a/b).((a/b) + y + 3x)

Apologize if this is answered elsewhere but I couldn't find it in the
book.

Thanks,
Ludovic.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]