| Author |
Comment/Response |
yehuda ben-shimol
|
05/01/12 2:58pm
It means that the new format will be used only for this newForm
try
Format[f[x_, y_, z__], TraditionalForm] := f[x, ...]
then evaluate
f[x,y,z]
and
TraditionalForm[f[x,y,z]]
you will figure out immediately
yehuda
URL: , |
|