numerical-methods

DEV Community

Numerical integration is one of the central tools of scientific computing. Whenever a physical, biological, chemical, mechanical, electrical, or control system is modeled by differential equations, the next practical question is usually not only “what is the equation?” but also “which numerical method should be trusted to simulate it?” This question is more subtle than it first appears. A numeric…

mathematicsnumerical-methods
Scientific American
Scientific Reports
Biological sciences : Scientific Reports subject feeds
Hot Questions - Stack Exchange
DEV Community
Nitesh Thakur
9d ago

Solving Linear Equations with Gauss Elimination: A Complete Guide with C Code Have you ever wondered how engineering software solves systems of 50 equations with 50 unknowns in milliseconds? The answer at the heart of most linear solvers is the Gauss Elimination Method — one of the most important algorithms in numerical computing. Today I'll break it down from scratch: the concept, the algorithm,…

mathematicsnumerical-methods
DEV Community
Nitesh Thakur
9d ago

ALGORITHM: Newton-Raphson Method for Finding Roots INPUT: - Function f(x) - Derivative f'(x) - Initial guess x₀ - Tolerance ε (epsilon) - Maximum iterations N OUTPUT: - Approximate root xₙ - Number of iterations Step 1: START Step 2: Set iteration count i = 0 Step 3: Input initial guess x₀ Step 4: Input tolerance value ε (e.g., 0.00001) Step 5: Input maximum iterations N (e.g., 100) Step 6: DO WH…

mathematicsnumerical-methods
Graphics

Doctoral Thesis Oral Defense - Bailey Mark Miller Gates and Hillman Centers jennsbl Fri, 06/05/2026 - 09:47 6501 & Zoom Monte Carlo Methods for Linear Elliptic Boundary Value Problems BAILEY MARK MILLER This thesis develops the walk on spheres family of Monte Carlo PDE solvers into a practical computational framework for solving linear elliptic boundary value…

algorithmscomputer-sciencenumerical-methods
Graphics

Doctoral Thesis Oral Defense - Bailey Mark Miller Gates and Hillman Centers jennsbl Fri, 06/05/2026 - 09:47 6501 & Zoom Monte Carlo Methods for Linear Elliptic Boundary Value Problems BAILEY MARK MILLER This thesis develops the walk on spheres family of Monte Carlo PDE solvers into a practical computational framework for solving linear elliptic boundary value…

algorithmscomputer-sciencenumerical-methods
John D. Cook

Suppose you run across the power series for the exponential function and decide to code it up. Good idea: you’ll probably learn something, though maybe not what you expect. Maybe you decide a tolerance of 10−12 is good enough, and so you sum the terms until the next term to add is below the tolerance. […] The post Naively summing an alternating series first appeared on John D. Cook .

mathematicsnumerical-methods
Hot Questions - Stack Exchange
Hot Questions - Stack Exchange
Biological sciences : Scientific Reports subject feeds
Hot Questions - Stack Exchange
STARS

Accurate determination of plane-strain fracture toughness is essential for structural integrity assessments of engineering components, yet conventional ASTM standardized testing methods require large, notched specimens that are impractical in many industrial and research contexts. This thesis presents a finite element method-based approach for estimating the mode I plane-strain fracture toughness…

engineeringmaterialsmaterials-sciencenumerical-methods
Frontiers in Earth Science | New and Recent Articles

IntroductionDeveloping offshore deep low-permeability to tight reservoirs faces inconsistent success due to ambiguous reservoir classification and inaccurate production evaluation. This study addresses these issues by analyzing oil wells in the western South China Sea.MethodsThe target reservoir was classified into four types using a flow zone indicator method, and permeability conversion models …

aiengineeringmachine-learningnumerical-methodsoil-and-gas
Scientific American
John D. Cook

A couple months ago I wrote about how to compute the sine and cosine of a complex number using only real functions of real variables using the equations You can do something analogous for all the elementary functions, though some of the equations are quite a bit more complicated than the ones above. See the […] The post Building complex functions out of real parts first appeared on John D. Cook .

algebramathematicsnumerical-methods
Scientific Reports
Frontiers in Human Neuroscience | New and Recent Articles

This paper introduces the pole ratio metric and presents a sphere-based view of symmetric positive-definite matrix rotations on the Riemannian manifold of symmetric positive-definite matrices equipped with the affine-invariant Riemannian metric. The pole ratio quantifies whether data from different users lie on this Riemannian manifold in a way that enables effective transfer learning. The sphere…

mathematicsnumerical-methods
research.ioresearch.io

Sign up to keep scrolling

Create your feed subscriptions, save articles, keep scrolling.

Already have an account?