On Mon, 27 Feb 2023, Bruce Horrocks via ntg-context wrote:
> I'm using the following MWE to produce a matrix:
>
> \definemathmatrix[bmatrix]
> [matrix:brackets]
> [simplecommand=bmatrix]
> \starttext
> $ a \rightarrow
> \bmatrix{1, 2, 3, 4;
>2, 1, 4, 3;
>3,-4, 1,-2;
See if this way suits you.
\definemathmatrix[bmatrix]
[matrix:brackets]
[simplecommand=bmatrix]
\starttext
$ a \rightarrow
\bmatrix{1, \hfill 2, 3, \hfill 4;
2, \hfill 1, 4, \hfill 3;
3,-4, 1,-2;
4,-3, 2,-1} $
\stoptext
Bruce Horrocks via ntg-context 於 2023年
I'm using the following MWE to produce a matrix:
\definemathmatrix[bmatrix]
[matrix:brackets]
[simplecommand=bmatrix]
\starttext
$ a \rightarrow
\bmatrix{1, 2, 3, 4;
2, 1, 4, 3;
3,-4, 1,-2;
4,-3, 2,-1} $
\stoptext
The columns with negative numbers in are ce