How to display matrices the "right" way
From Classes
(Difference between revisions)
HelmutKnaust (Talk | contribs) (Created page with "Execute the following once - it should persist even after quitting Mathematica: <code>SetOptions[$FrontEnd, CommonDefaultFormatTypes -> {"Output" -> TraditionalForm}]</code> ...") |
Latest revision as of 11:43, 11 February 2026
Execute the following once - it should persist even after quitting Mathematica:
SetOptions[$FrontEnd, CommonDefaultFormatTypes -> {"Output" -> TraditionalForm}]
Running the command
SetOptions[$FrontEnd, CommonDefaultFormatTypes -> {"Output" -> StandardForm}]
permanently switches back to the default.