Top "Numerical-methods" questions

Algorithms which solve mathematical problems by means of numerical approximation (as opposed to symbolic computation).

Is there special significance to 16331239353195370.0?

Using import numpy as np I've noticed that np.tan(np.pi/2) gives the number in the title and not …

python numpy numerical-methods
Multivariate Bisection Method

I need an algorithm to perform a 2D bisection method for solving a 2x2 non-linear problem. Example: two equations f(…

language-agnostic math linear-algebra numerical-methods bisection