axiom-mail
[Top][All Lists]
Advanced

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

Re: [Axiom-mail] Outputting S-expressions


From: Themos Tsikas
Subject: Re: [Axiom-mail] Outputting S-expressions
Date: Tue, 7 Nov 2006 09:28:29 +0000
User-agent: KMail/1.9.1

(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


On Tuesday 07 November 2006 08:28, Ludovic Courtès wrote:
> Hi,
>
> Is there a way for Axiom to output equations as S-exps?  Or, otherwise,
> is there a way from a `)lisp' session to access Axiom variables and turn
> them into S-exps?
>
> Thanks,
> Ludovic.




reply via email to

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