Chris Chiasson
2007-08-15 08:16:42 UTC
Is there some way to retain TraditionalForm, but have held expressions
maintain their original order? For instance, it would be useful if I
could make the expression below print as b+a instead of a+b. Are there
any secret options to TraditionalForm that do that?
***@HoldForm[b+a]
Bonus points:
Explain the output of this command in terms of the pattern matching of
FormatValues, Attributes, and DefaultValues of Times.
Grid[Outer[***@Times[1,##,1]&,{2,a,1},{2,a,1}],Dividers->All]
maintain their original order? For instance, it would be useful if I
could make the expression below print as b+a instead of a+b. Are there
any secret options to TraditionalForm that do that?
***@HoldForm[b+a]
Bonus points:
Explain the output of this command in terms of the pattern matching of
FormatValues, Attributes, and DefaultValues of Times.
Grid[Outer[***@Times[1,##,1]&,{2,a,1},{2,a,1}],Dividers->All]
--
http://chris.chiasson.name/
http://chris.chiasson.name/