Search code examples
Using Python to write code for the Secant method...

pythonnumerical-methods

Read More
Animating bisection method with matplotlib animation library...

pythonanimationmatplotlibnumerical-methods

Read More
How to parallelize for-loop over an array with Numba...

pythonnumpyparallel-processingnumbanumerical-methods

Read More
How can I minimize the numerical error in this summation?...

c++c++20precisionnumericnumerical-methods

Read More
Numerically calculate combinations of factorials and polynomials...

c++algorithmnumerical-methodsfactorialpolynomials

Read More
I want to track the path of particle for ONE HOUR by solving the equation of motion. For time step, ...

numpynumerical-methodsnumerical-integrationodeint

Read More
How do I use nested integral functions to find a double integral in fortran?...

fortrannumerical-methodssimpsons-rule

Read More
An Algorithm for solving linear inequalities with two variables...

algorithmmathlinear-programmingnumerical-methods

Read More
How can I improve the lindep function's applicability in Pari/GP for integral approximations?...

linear-algebranumerical-methodswolframalphapari-gp

Read More
How to solve a set of ODEs in Scilab?...

matrixnumerical-methodsodescilabstate-space

Read More
Solving system of three differential equations using Runge-Kutta 4 in python...

pythonnumerical-methodsrunge-kutta

Read More
Using sfepy to solve a simple 2D differential euqation...

pythonmathnumerical-methodsdifferential-equationsfinite-element-analysis

Read More
Compute the exact inverse of this "simple" floating-point function...

precisionnumerical-methods

Read More
gnuplot vector arrow length and streamlines...

vectorplotgnuplotnumerical-methods

Read More
Solving a large (150 variable) system of linear, ordinary differential equations; running into float...

pythonnumpysympynumerical-methodsdifferential-equations

Read More
Why does math.pow result in ValueError: math domain error?...

pythonexceptionmathnumerical-methods

Read More
How do optimize a function of many independent variables by SciPy if variables are limited by range?...

pythonmachine-learningoptimizationscipynumerical-methods

Read More
How can I calculate the second-order derivative of a vector using finite differences if the interval...

rnumerical-methodsfinite-difference

Read More
Area Under the Curve using Simpson's rule in R...

rnumerical-methodsauc

Read More
QR factorization in R not giving correct answer with large sparse matrix...

rnumerical-methodsqr-decomposition

Read More
python: least-squares estimation?...

pythonmatrixnumerical-methods

Read More
Python: How do I properly use integrate.solve_bvp for the 2-D projectile motion of an object with ai...

pythonphysicsnumerical-methodsnumerical-integration

Read More
How to write Bessel function using power series method in Python without Sympy?...

pythonmathphysicsnumerical-methodscomputation

Read More
Function to Convert Square Matrix to Upper Hessenberg with Similarity Transformations...

python-3.xlinear-algebranumerical-methodseigenvalueeigenvector

Read More
Matlab trapz but splitting areas above and below the x-axis...

matlabnumerical-methodsnumerical-integration

Read More
Optimize quadratic curve tracing using numeric methods...

graphicsgeometrynumerical-methodsbezierquadratic-curve

Read More
Why is the numerical solution coming same as analytical solution in C language?...

cfloating-pointnumerical-methods

Read More
Solving equation of motion due to (Lorentz acceleration) using Forward Euler and Runge-Kutta 4th ord...

python-3.xnumerical-methodsrunge-kuttanonlinear-equation

Read More
Gauss-Legendre Matlab: How to use Newton method to approximate k_1 and k_2?...

matlabnumerical-methods

Read More
Runge Kutta constants diverging for Lorenz system?...

pythonnumerical-methodsrunge-kuttalorenz-system

Read More
BackNext