Also, From Wikipedia
When writing polynomials, the coefficients are usually taken to be known and the indeterminates to be unknown, but depending on the problem, all variables may assume either role.
Isn't it is the case that coefficients are constants and not variable? What it is referring towards by 'inderminates'-variable?
Is it related to dependent variable and independent variable?
Here's an example of how it might be the other way around - I want to model a particular set of data with a cubic function. So I have a set like $(1, 7), (2, 5), (3, 7), (4, 19)$, etc., and a function $y = a_0 + a_1 x + a_2 x^2 + a_3 x^3$. In this context, the $x$ and $y$ values are known, and the coefficients $a_0$ up to $a_3$ are unknown. What's more, by specifying a different data set (or even a different model), those coefficients can vary. And if they vary, then presumably they are variables.