We can visualize $1\mathrm D$, $2\mathrm D$, $3\mathrm D$ and we can think of a higher $M-\mathrm {Dimension}$ where $M\in \mathbb N^+$as a vector. But I recently learned that there are non integer dimensions such as $\frac{\log3}{\log2}$ for Sierpinski triangle and $\frac{\log2}{\log3}$ for Cantor set.
I have a three part question:
(a) What does it mean?
(b) Do we have a vector or other way to represent that?
(c) Are there negative dimensions too?
Thanks a lot.
There are many generalizations of the usual notion of dimension, and they are there to capture different properties. Having said that, the intuition behind the dimension is that it describes the number of degrees of freedom you have, e.g.
However, the space defined may be more complex than that, e.g. in some areas might have one degree of freedom and in some other more, for example take a union of a disk and a line. Still, things can get even weirder, e.g. take the Hilbert curve, is it yet a line-like, or already a plane-like? In this way, you can think of the Sierpiński triangle as something that is a bit like a triangle, but not exactly yet.
To see how this works, consider the Cantor set and the following informal argument. Observe that to describe a point of $[0,1]$ with precision of $\frac{1}{3^n}$ you need $3^n$ possibilities, and thus in base $3$ at least $n$ digits. However, to describe the elements of the Cantor set you only need $2^n$ possibilities (the Cantor set is the set of all the points that doesn't use the number $1$ in their base-3 representation). But to describe $2^n$ possibilities you need only $\log_3(2^n) = n\frac{\log 2}{\log 3}$ digits. But we needed $n$ digits to represent an point in $[0,1]$ which is of dimension $1$, and so we arrive at $\frac{\log 2}{\log 3}$.
In the case of Hausdorff dimension there is yet another observation related to scaling, but this is already covered by @PedroTamaroff's answer and this article of Wikipedia.
As to negative dimension, I'm not really sure what "negative number of degrees of freedom" could mean. Right now I'm not aware of any useful related notions. On the other hand, you might be interested to know dimension is not the only seemingly integral characteristic, e.g. there are differentials of fractional order and those certainly can be negative (you get integrals then). In similar spirit a space of negative dimension would have to "remove the degrees of freedom" when joined with some other space, e.g. we have that $\dim(\mathbb{R} \times \mathbb{R}) = 2\dim(\mathbb{R})$, so possibly $\dim(\mathbb{R} \times X) = 0$? This might happen for example in a case where you require that points of your space have some property, and then all points of $\mathbb{R}$ would have that property, but only a countable subset of $\mathbb{R} \times X$ would work for you. Still, we need a new notion of dimension for that (one that incorporates your property).
I hope this helps $\ddot\smile$