If I run the following code

sage: var('x epsilon ')
sage: y=x+epsilon
sage: print y

the output is 

epsilon + x

I would like the output to be

x + epsilon

In short I want to change the ordering of variables in printed results. Is 
this possible? In particular, I would like x to have higher priority than 
it currently has.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
Visit this group at http://groups.google.com/group/sage-support?hl=en.


Reply via email to