Guest black_duck Posted April 15, 2005 Posted April 15, 2005 Does anybody know how to number matrices in Latex, it should follow the equation numbering, so I can effectively refere them. Many thanks
dan19_83 Posted April 15, 2005 Posted April 15, 2005 Is this what you are looking for? http://www.scienceforums.net/forums/showthread.php?t=9549&highlight=matrix+latex
Guest black_duck Posted April 15, 2005 Posted April 15, 2005 Yes, but I would also like to add the number of matrix, I mean, that if first I have an equation, latex would show it as eq. 1, y = 34x (1) then it would go the matrix, (1 2 1) (0 4 1) (2) (0 0 1) and finally another equation, x = yz (3) so my problem is that latex is not numbering the matrix as (2), therefore, the last equation is numbered as (2) when it should be (3).
matt grime Posted April 15, 2005 Posted April 15, 2005 It shuold be possible to use an array within an equation environment. Or just define your own numbering. Any decent intro to latex will tell you how, though asking people here to regurgitate it would be probably a waste of time given the Tex users groups that exist and all the online resources.
Guest black_duck Posted April 15, 2005 Posted April 15, 2005 You were right Matt!, I used the equation environment and it worked. Many thanks to both of you, your comments were really helpful and they helped me to solve my problem.
Dave Posted April 15, 2005 Posted April 15, 2005 If you want multi-line stuff for things like systems of equations, you can use the equation environment along with the array environment.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now