InputForm

Ralf Hemmecke <[email protected]> Wed, 03 Jun 2009 14:24:39 +0200
Newsgroups gmane.comp.mathematics.axiom.user
Message-ID <[email protected]>
If I enter

(1) -> x+y^2 


I get as a result

          2
    (1)  y  + x
                       Type: Polynomial(Integer)

Is there an easy way to get a linear output (not 2d-output), i.e., which 
looks exactly like the input?

Ralf