Is there some algorithms for solving non-linear matrix equations on field $\mathbb{C}$?
Especially, solving polynomial nonlinear matrix equations.
For instance, let $X$ be some matrix satisfying
$X=A+BXC+DXEXF,$
where $A,B,C,D,E,F$ are given matrices.
Of course, the equation could be in higher degree, such as
$X=X^n+X^{n-1}+A$.
Is there a algorithm can solve this kind equations by provide one solution $X$.

