Search found 3 matches

by CDuke
Tue Jul 26, 2011 11:43 am
Forum: Math & Science
Topic: Matrices within Table
Replies: 1
Views: 3082

Matrices within Table

seems my new table doesn't work as i want it.I keep getting the warning that a $ must be inserted before the first \begin {bmatrix} on rule 9 of the code. Does someone see what i am doing wrong?
What the table must do is create matrix equation in the center row(except the first 2.)
\begin{table ...
by CDuke
Sun Jul 24, 2011 2:47 pm
Forum: Math & Science
Topic: Matrix Equation with Vertical Line
Replies: 2
Views: 18584

Re: Matrix Equation with Vertical Line

thanks for the reply. The code works now, also thanks for the arraystretch. That really gives a better result.
I think i'll learn a bit more about LaTEX before i am going to adapt the internal amsmath matrix macro. Perhaps a good practice if doing more reports with this kind of things.
by CDuke
Sun Jul 24, 2011 1:57 pm
Forum: Math & Science
Topic: Matrix Equation with Vertical Line
Replies: 2
Views: 18584

Matrix Equation with Vertical Line

hello,
at the moment i am trying to recreate this equation in latex.
matrix-equation.png
i am having a bit of a trouble creating the vertical lines. With an array i can create the vertical lines but it seems that latex doesn't accept multiple arrays in equations. Is there a way to create vertical ...