So I am trying to type in a table ducumenting different mathematical equations under different heading, something like this:
and it is suggested to me that array environment is better than table since the majority of data entry is in math mode, not text mode.
But in the answer to this question@mico wrap the array environment with single $ sign, even though that in this (website)[https://latex.wikia.org/wiki/Array_(LaTeX_environment)], the example code is not wrapped in dollar sign.
I tried to compile @mico's code without the dollar sign and it doesn't work. I wonder what is the role of this single dollar sign. Surely it is not meant to signal in line math mode? isn't the whole point of array environment meant to signify that?