A polynomial in one variable can be expressed as a companion matrix, of which the eigenvalues are the roots of the polynomial and which can be found by using e.g. QR decomposition or power iteration.
Is there anything like this for multivariate polynomials? To keep things simple: is there a "companion" matrix for quadratic or cubic bivariate polynomial? And is it possible to employ some eigenvalue algorithm for find all of its roots?
I think that this paper would be a great place to start.
I'd also recommend this, which constructs a generalization of companion matrices, in this case ring representations.
So yes, there is a sort of analog in which an eigenvalue algorithm is used.