axiom-mail
[Top][All Lists]
Advanced

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

Re: [Axiom-mail] Re: Outputting S-expressions


From: Martin Rubey
Subject: Re: [Axiom-mail] Re: Outputting S-expressions
Date: 07 Nov 2006 10:54:34 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

Dear Ludovic,

address@hidden (Ludovic Courtès) writes:
> > (1) -> p:=(1+x)^5
> >
> >          5     4      3      2
> >    (1)  x  + 5x  + 10x  + 10x  + 5x + 1
> >                                                      Type: Polynomial 
> > Integer
> > (2) -> VALUES(p)$Lisp
> >
> >    (2)  (1 x (5 0 . 1) (4 0 . 5) (3 0 . 10) (2 0 . 10) (1 0 . 5) (0 0 . 1))
> >                                                             Type: 
> > SExpression
> 
> Actually, I want a "parsable" S-exp, like `(** (+ 1 x) 5)' in this case.

I think you might want to use INFORM (= InputForm)?



Martin








reply via email to

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