Re: [libreoffice-users] Augmented Matrix in Math

2013-07-21 Thread William Drago
Never mind... It's done with 2 matrices as follows: left[ matrix{ 1#3#2## 2#0#1## 5#2#2} mline matrix{ 4## 3## 1} right] On 7/20/2013 5:58 PM, William Drago wrote: All, I am trying to create an augmented matrix in LO Math. (http://en.wikipedia.org/wiki/Augmented_matrix) The code below

Re: [libreoffice-users] Augmented Matrix in Math

2013-07-21 Thread Brian Barker
At 07:49 21/07/2013 -0400, William Drago wrote: On 7/20/2013 5:58 PM, William Drago wrote: I am trying to create an augmented matrix in LO Math. Never mind... It's done with 2 matrices as follows: left[ matrix{ 1#3#2## 2#0#1## 5#2#2} mline matrix{ 4## 3## 1} right] You might even prefer:

Re: [libreoffice-users] Augmented Matrix in Math

2013-07-21 Thread William Drago
Hi Brian, Thanks, that does look better. Why does using the tick marks add space around the line? -Bill On 7/21/2013 4:03 PM, Brian Barker wrote: At 07:49 21/07/2013 -0400, William Drago wrote: On 7/20/2013 5:58 PM, William Drago wrote: I am trying to create an augmented matrix in LO

Re: [libreoffice-users] Augmented Matrix in Math

2013-07-21 Thread Brian Barker
At 19:26 21/07/2013 -0400, William Drago wrote: On 7/21/2013 4:03 PM, Brian Barker wrote: At 07:49 21/07/2013 -0400, William Drago wrote: On 7/20/2013 5:58 PM, William Drago wrote: I am trying to create an augmented matrix in LO Math. Never mind... It's done with 2 matrices as follows:

[libreoffice-users] Augmented Matrix in Math

2013-07-20 Thread William Drago
All, I am trying to create an augmented matrix in LO Math. (http://en.wikipedia.org/wiki/Augmented_matrix) The code below generates a regular matrix. To make it an augmented matrix I need a vertical line between the 3rd and 4th columns. left [matrix{1#3#2#4##2#0#1#3##5#2#2#1} right ]