We know about polynomials. A polynomial equation of $n^{th}$ degree would be:
$$a_1x^n + a_2x^{n-1} + a_3x^{n-3} + ... + a_n = 0$$
I have also been told that it's quite difficult to solve polynomial equations above degree 2.
But is it possible with some manipulation of the coefficients, to convert that polynomial, into a system of $n$ linear equations, such that solving the system would give me the all the roots of the polynomial equations?