I´ve the following math problem:
Determime for which {$x,y,z$} is the matrix $A$ regular and then find the LU decomposition.
$$A=\begin{pmatrix} 1 & 1 & 1 \\ x & y & z \\ x^2 & y^2 &z^2\\ \end{pmatrix}$$
Determining when it is regular... I have tried using the definition of regular matrix. For instance that its rows and columns must be linearly independent but that didn´t take me far.
We know the rank is 3 but I am still not sure how to proceed if we want to make sure we find all solutions. Also I would appreciate approach without using determinant.
Thank you.