root of function
Assuming "root of function" is a general topic | Use as instead

Examples forEquation Solving

Equations

Solve a linear equation:

Solve a polynomial equation:

Solve over a specified domain:

Solve an equation with parameters:

Solve a trigonometric equation:

Systems of Equations

Solve a system of linear equations:

Solve a system of polynomial equations:

Systems of Congruences

Solve a single congruence equation:

Solve systems of congruences:

Check if values are equivalent under a given modulus:

Solve a congruence involving variables in the modulus:

Solve systems with each equation under a different modulus:

Solve multivariate systems of congruences:

Numerical Root Finding »

Find a root of an equation using Newton's method:

Find a root of an equation using the secant method:

Compute the nth root of a number using the bisection method: