In fact, many articles said that the pivot must be the largest number in absolute value.
But in wikipedia, the case was...
$\begin{bmatrix} 0.00300 & 59.14 & 59.17\\ 5.291 & -6.130 & 46.78 \end{bmatrix}$
And it chose $5.291$ to be a pivot, so it became...
$\begin{bmatrix} 5.291 & -6.130 & 46.78\\ 0.00300 & 59.14 & 59.17 \end{bmatrix}$
Why is it not $-6.130$ nor $59.14$ when it is literally absolutely higher? Did I understand something wrong?
In the wikipedia, they are doing partial pivoting, they pick the largest element in the first column.
After which, they move on to the second column and so on.
From the wikipedia page: