|
|
|
|
|
by Strilanc
4314 days ago
|
|
I don't think that's quite right. First of all, a spatial dimension is a degree of freedom per particle (two if you count velocity). Second of all, physics equations often represent many constraints. For example, `p2 = p1 + v t` is actually three constraints. Each particle has these sorts of constraints, so all of them cut down the degrees of freedom in the system. So it's not 4-1=3. In Newtonian mechanics it's 1 (time) + 3n (positions of particles) + 3n (velocities of particles) - 3n (velocities determined by forces) - 3n (positions determined by velocities) = 1+3n+3n-3n-3n = 1. Which makes sense, because otherwise you wouldn't get one solution per time step. |
|
My (and I suspect most readers') understanding of dimensionality is as follows. If I have a graph with x and y axes with six RGB-colored points on it, that does not make it a 30-dimensional graph. It's two dimensional because there are two independent variables in the 5-tuple relation that graph is representing.
Number of particles and number of dependent attributes do not affect dimensionality.