The output has 13 errors,one says that the tabular ended by end{document} and many other say that there are missing { or $ characters.
I've been trying to fix it but i can't see anything. Is there something wrong?
Last edited by valefor on Fri Sep 10, 2010 12:04 pm, edited 1 time in total.
There's a mismatched bracket. Change \dfrac{8]{15} to \dfrac{8}{15}.
I think that's the cause of all the errors. I think you should consider putting some of the other numbers, or maybe all of them, in math mode, to get a minus sign rather than a hyphen. You could also consider using a matrix or array rather than a tabular environment.
Last edited by frabjous on Thu Sep 09, 2010 9:44 pm, edited 1 time in total.