[Master Answer Logo]
Question

What is the best eigenvalue solving routine in C?

Answer

Finding a root of f − g is the same as solving the equation f(x) = g(x). Here, x is called the unknown in the equation. Conversely, any equation can take the canonical form f(x) = 0, so equation solving is the same thing as computing (or finding) a root of a function.

— Source: Wikipedia (www.wikipedia.org)