Developer specializing in computational mathematics and scientific computing. Work encompasses numerical integration (composite quadrature rules), differentiation (finite differences), interpolation (global and piecewise Lagrange), and structural finite element analysis (beam bending). Implementations are primarily in C++ and Python, with analytical verification performed in SageMath and quantitative error assessment conducted using L₁, L₂, and L∞ norms.
Pinned Loading
-
-
beam_bending_FEM
beam_bending_FEM PublicBeam bending analysis using analytical (SageMath) and FEM (C++) solutions.
C++
-
numerical_differentiation
numerical_differentiation PublicNumerical differentiation using finite differences and Runge–Romberg refinement.
C++
-
numerical_integration
numerical_integration PublicComposite quadrature (rectangle, trapezoidal, Simpson's, Newton–Cotes, Gauss–Legendre) with relative error analysis.
C++
-
global_lagrange
global_lagrange PublicGlobal Lagrange interpolation of a function using manually managed C++ and Python visualization.
C++
-
local_lagrange
local_lagrange PublicLocal Lagrange interpolation using piecewise polynomials with manual memory management in C++.
C++
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.