Search found 3 matches

by RhysU
Fri Dec 19, 2008 10:36 pm
Forum: General
Topic: Using split within a matrix environment
Replies: 3
Views: 17152

Using split within a matrix environment

From looking at your sample, I realized that I'd forgotten to try alignment markers in my bmatrix environment. I also get nice results using

\begin{align*}
\begin{bmatrix}
&00 + 01 + 02 + 03 + 04 + 05
\\
\Big(
\begin{split}
10 &+ 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19
\\
&+ 20 + 21 ...
by RhysU
Fri Dec 19, 2008 10:11 pm
Forum: General
Topic: Using split within a matrix environment
Replies: 3
Views: 17152

Re: Using split within a matrix environment

That works very well.

Thank you for the help,
Rhys
by RhysU
Fri Dec 19, 2008 4:46 am
Forum: General
Topic: Using split within a matrix environment
Replies: 3
Views: 17152

Using split within a matrix environment

Hello,

Does anyone know how to have split behave nicely within a bmatrix/array/matrix environment?

I have a long entry in an N x 1 matrix environment. The long entry needs to be split across multiple lines to keep my matrix on the page. Specifically, I'm trying to use split to break a long line ...