[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Axiom-developer] output format
From: |
root |
Subject: |
Re: [Axiom-developer] output format |
Date: |
Wed, 9 Jun 2004 08:44:41 -0400 |
Serge,
>So far, I have a small question of how to print a polynomial,
>polynomial factorization "to line".
>
>The program a.input is of kind
>
> P := MPOLY([p,e,s], Integer)
> ...
> ft = factor f
> )spool axres
> output ft;
> )spool off
>
>
>The commands > axiom
> ...
> (1) -> )r a.input
>yield
.....[snip].....
>
> )spool off
>
>
> >> System error:
> Already in dribble (to axres).
This error message is coming from the underlying lisp image (in
lsp/gcl-2.6.2a/lsp/gcl_iolib.lsp), not from Axiom. I don't understand
yet why it occurs but I'll look into it.
> ------------------------------------------------------------
>
>
>1. What may be this `error'?
>
>2. I would also like to have the output of kind
>
> " - (s-1) * (s+1) * (p^4 +(2*e^3 + (24*s^2 - 4)*e)*p^3 * ...) * ...
> "
>
Axiom does not, as far as I know, have a "linear" output representation.
Tim Daly