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?