matrix in LaTeX
-
I make good use of LaTeX for equations in wordpress. But when I try to create a matrix (using matrix{}), the formula does not parse. Any info?
-
begin{bmatrix}
& & \
& & \
& &
end{bmatrix}This code creates a 3 by 3 matrix.
Add or remove “&” and “\” to change the dimensions.I’ve use this site http://www.codecogs.com/components/equationeditor/equationeditor.php when I used LaTeX. You may already be aware of it though.
-
Forget the previous post…. That code is not correct. However, the site I listened does create the correct code.
- The topic ‘matrix in LaTeX’ is closed to new replies.