It seems every time I have an output that is a matrix I type
In[n]:= matrix//MatrixForm
I want to make a rule for Format[] or MakeBoxes[]
so that MatrixForm (or an equivalent) is used by default for
Matrices with two or three columns
I have some experience with Format and MakeBoxes,
but I can't figure out this one.
Any ideas greatly appreciated.
Ted Ersek