I have the following matrix : $$ A= \begin{bmatrix} \sum_i w_i^0 & \sum_i w_i & \sum_i w_i^2 \\ \sum_i w_i & \sum_i w_i^2 & \sum_i w_i^3 \\ \sum_i w_i^2 & \sum_i w_i^3 & \sum_i w_i^4 \\ \end{bmatrix} $$ where the sum is finite, say it is $i=1,2,...,5$ and $w_i>0$. I want to prove that every linear system $Ax=b$ has a unique solution.
I have tried to prove that : 1) $ x^t Ax>0$, 2) $det(A)>0$ , 3) The pivots appeared to the Gaussian Elimination are positive. I failed to all of these ways because the expressions are not easy to manipulate. I don't remember why I tried to prove that the matrix A is Positive Definite maybe there is a simpler way to prove that the matrix is nonsingular.
So I appreciate if any of you would give me some advice. Thanks in advance.