Suppose I have a system of polynomial equations with base field $\mathbb{C}$ with $n$ equations and $n$ unknowns, how can I get the multiplicity of a certain solution? As an example, consider $$x^3=0\\y^4=0$$
I would expect the multiplicity of $(0,0)$ to be 12.
=============Edit============
The equation system has too much terms that not possible to get all roots and I'm interested in some specific ones. A better example explaining my question would be like $$x^3+x^4=0\\y^4=0$$ which has two roots $(0,0)$ and $(-1,0)$. With some priori knowledge I know that $(0,0)$ is a root and I would expect some algorithm could tell us it has multiplicity 12.


Abs[x - x0] < eps, Abs[y - y0] < epsfor a smalleps, maybe withWorkingPrecision -> 32) With a bounded domain, different methods may be used and they may be faster. $\endgroup$