axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] output format


From: Clifton Williamson
Subject: Re: [Axiom-developer] output format
Date: Thu, 10 Jun 2004 15:27:30 -0700 (PDT)

To stop output to a file, type

)spool )off

Even simpler, you can just type

)spool

The command

)spool off

is telling the system to direct output to a file
called 'off'.  This causes problems when you are
already spooling to a different file.

Clifton

--- root <address@hidden> wrote:
> 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
> 
> 
> 
> 
> _______________________________________________
> Axiom-developer mailing list
> address@hidden
>
http://lists.nongnu.org/mailman/listinfo/axiom-developer




        
                
__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 




reply via email to

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