Are the pivots in a linear system of equations arbitrary?
I'm learning about pivots and free variables in linear algebra, and it seems like while the number of pivots is inherent to the system, the choice of which variables are labeled the pivots isn't?
For example, if we have:
x + y = z
Then we might be able to say that x and y are free variables and together determine z, but I could just as well see that if we choose y and z, x is determined as well.
Is it generally true that any combination of n variables where n is equal to the number of pivots, works as choices for the pivots?