Re: [fricas-devel] Re: InputForm
Gabriel Dos Reis <[email protected]> Wed, 03 Jun 2009 09:15:02 -0500
| Newsgroups | gmane.comp.mathematics.axiom.user |
|---|---|
| Organization | Texas A&M University / Department of Computer Science & Enigneering |
| Message-ID | <[email protected]> |
Martin Rubey <[email protected]> writes: | Ralf Hemmecke <[email protected]> writes: | | > Is there an easy way to get a linear output (not 2d-output), i.e., | > which looks exactly like the input? | | (1) -> x+y^2 | | 2 | (1) y + x | Type: Polynomial(Integer) | (2) -> (x+y^2 )::INFORM In OpenAxiom, I get (1) -> (x + y^2)::InputForm (1) y^2 + x Type: InputForm -- Gaby