How do I do a 4x4 matrix in the 2007 math equation editor? 3x3 is the
biggest option they give.
In a new equation container, type
\matrix(
at which point the \matrix part will collapse into a solid black
square. After the parenthesis, type four groups of three ampersands
separated by @ symbols, and finally the closing parenthesis:
&&&@&&&@&&&@&&&)
On the left end of the ribbon or on the dropdown menu from the arrow
at the right of the equation, choose Professional. That will result in
a 4x4 empty matrix.
The same idea can be applied to get bigger matrices or non-square
ones. If you type n ampersands per group, you get n+1 columns; you get
one row for each group.
You can also use the Linear command to go back from the Professional
view to see what it corresponds to. For example, here's the linear
code for a 4x4 identity matrix:
\matrix(1&0&0&0@0&1&0&0@0&0&1&0@0&0&0&1)
You can see that the ampersands are the markers between entries in the
same row, and the @ signs are the markers between rows.
--
Regards,
Jay Freedman
Microsoft Word MVP
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.