[Axiom-mail] InputForm

2009-06-03 Thread Ralf Hemmecke
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 ___ Axiom-mail

Re: [fricas-devel] Re: [Axiom-mail] InputForm

2009-06-03 Thread Ralf Hemmecke
In OpenAxiom, I get (1) - (x + y^2)::InputForm (1) y^2 + x Type: InputForm Cool! Was that done by a simple patch? What is the revision number? I really wonder why in FriCAS I get (^ y 2) as the result of (1) above. That

[Axiom-mail] Re: [fricas-devel] Re: InputForm

2009-06-03 Thread Bill Page
On Wed, Jun 3, 2009 at 10:20 AM, Martin Rubey wrote: Bill Page writes: Note also that   y^2+x is not syntactically identical to the input   x+y^2 I wonder why FriCAS changes the order? Because the semantics is the same. Yes, thanks. Now I understand. In the expression: (x+y^2

Re: [fricas-devel] Re: [Axiom-mail] InputForm

2009-06-03 Thread Gabriel Dos Reis
Ralf Hemmecke r...@hemmecke.de writes: | In OpenAxiom, I get | | (1) - (x + y^2)::InputForm | (1) y^2 + x |Type: InputForm | | Cool! Was that done by a simple patch? What is the revision number? it was done by a simple

Re: [fricas-devel] Re: [Axiom-mail] InputForm

2009-06-03 Thread Ralf Hemmecke
Dear Gaby Looks like r881 is the one you meant. Can you confirm? Martin, is this in your interest? I somehow had the impression that you have other ideas of what InputForm should be used for. Ralf -- r2496 (orig r881):