Show that $$\operatorname{det}\;\begin{bmatrix} 1&1&1\\x^2&y^2&z^2\\x^4&y^4&z^4 \end{bmatrix}=(y^2-x^2)(z^2-x^2)(z^2-y^2)$$
I am doing my homework,and this question came up. I need to know about subject of this question so i can study and solve it. I tried to look it up from textbook and couldn't find it.
You are given a matrix with entries in some polynomial ring, say $\Bbb Z[x,y,z]$ or $\Bbb R[x,y,z]$ (in this specific case it does not really matter, what the underlying ring is). That being said, you can compute the determinant of a matrix just like any other matrix, for example (since we are given a $3\times 3$ matrix) via Sarrus‘ rule: $$\operatorname{det}\;\begin{bmatrix} 1&1&1\\x^2&y^2&z^2\\x^4&y^4&z^4 \end{bmatrix}=y^2z^4 + z^2x^4 + x^2y^4 - x^4y^2 - y^4z^2 - z^4x^2$$ Now expanding the term of the desired result should give you this as well.