Message Boards Message Boards

0
|
4402 Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

Re-arrange the variable display order of an output

Posted 11 years ago
Is there a way to disable the auto sort output display of variables?
In[26]:= Sin[w t]  (* Desired output format *)
Out[26]= Sin[t w]

In[25]:=b a(* Desired output format b a *)

Out[25]= a b
POSTED BY: Rashmil D
Posted 11 years ago
Found the answer from another post.  
Sin[t w] /. t w -> HoldForm[w t]
POSTED BY: Rashmil D
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract