Search code examples
How can you implement Householder based QR decomposition in Python?...


pythonnumpylinear-algebranumerical-methodsqr-decomposition

Read More
Solving an ODE using ode45 in Octave...


octavenumerical-methods

Read More
Numerically finding the minimum value of a variable where a function equals a value...


pythonnumpyscipynumerical-methods

Read More
How to get thin QR decomposition in Julia?...


matrixjulialinear-algebranumerical-methods

Read More
Bounding this program to determine the sum of reciprocal integers not containing zero...


javamathnumerical-methodsnumerical-analysisbounding

Read More
Automatic differentiation library in Scheme / Common Lisp / Clojure...


clojurelispschemenumerical-methodsautomatic-differentiation

Read More
integer exact computation with logs...


floating-pointprecisionnumerical-methodsfloating-accuracy

Read More
What is wrong with my block GMRES implementation?...


pythonnumpymathlinear-algebranumerical-methods

Read More
Differentiating OdeSolution object...


pythonnumerical-methodsode

Read More
How to get SciPy.integrate.odeint to stop when path is closed?...


pythonscipynumerical-methodsodeodeint

Read More
Recursively calculate the sum of an Array of integers in JavaScript...


javascriptfunctionrecursionmethodsnumerical-methods

Read More
Reducing to Hessenberg form using Givens rotations...


linear-algebranumericnumerical-methods

Read More
One adaptive-time-step solution for ODE...


pythonnumerical-methodsdifferential-equations

Read More
Volume preservation in phase space in leapfrog algorithm...


physicsnumerical-methods

Read More
Numerically stable noncentral chi-squared distribution in torch?...


pythonpytorchstatisticsnumerical-methods

Read More
Making C code plot a graph automatically...


cgnuplotnumerical-methodspiping

Read More
Cutover point between two CDF implementations...


numerical-methodsfloating-accuracynormal-distributionlibm

Read More
Why no floating point error occurs in print(0.1* 100000) vs (Decimal(0.1)*100000) due to FP represen...


pythonfloating-pointnumerical-methods

Read More
How to improve Levenberg-Marquardt's method for polynomial curve fitting?...


machine-learningregressionnumerical-methodsnon-linear-regressionlevenberg-marquardt

Read More
Find correct root of parametrized function given solution for one set of parameters...


pythonscipynumerical-methodsscipy-optimize

Read More
Difference in output of sympy.binomial vs scipy.special.comb...


pythonscipysympynumerical-methods

Read More
Molecular dynamic simulation using velocity verlet in Python...


pythonphysicsnumerical-methodsverlet-integration

Read More
MD simulation using velocity verlet in Python...


pythonsimulationphysicsnumerical-methodsverlet-integration

Read More
How to plot a line in 3 dimensional space...


pythonmatplotlibnumerical-methodsmatplotlib-3dvector-space

Read More
How to solve the derivative of the expression with respect to D?...


pythonmathsympynumerical-methodssymbolic-math

Read More
Problem with mismatched length when using a mask...


pythonarraysnumpynumerical-methodsnumpy-slicing

Read More
How is log_softmax() implemented to compute its value (and gradient) with better speed and numerical...


pythonmachine-learningpytorchscipynumerical-methods

Read More
Implementing domain decomposition algos as solvers vs preconditioners...


distributed-computingnumerical-methodsfinite-element-analysis

Read More
Fastest numerical solution of a real cubic polynomial?...


rnumerical-methods

Read More
Problem with least squares rational approximation to `asin(x)+ sqrt(1-x^2)` in [3,1] form...


cnumerical-methodsleast-squaresapproximationnumerical-stability

Read More
BackNext