Search code examples
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
SciPy's solve_bvp going solving for the wrong parameter values...

pythonscipynumerical-methodsnumerical-integration

Read More
Runge Kutta problems in JS...

javascriptnumerical-methodsoderunge-kutta

Read More
Quad mesh generation code...

graphicsmeshnumerical-methodsfinite-element-analysis

Read More
MSVC FP library float erfcf(x) unexpectedly slow - 2x slower than double erfc(x). Why?...

cperformancegccnumerical-methodsmsvc12

Read More
Check if a varchar is a number...

t-sqlnumerical-methods

Read More
Plotting a nonlinear function in R...

rfunctionplotnumerical-methodsnon-linear

Read More
Inaccurate Eigenvectors from LAPACK's ZHEEVR routine...

scipycythonnumerical-methodslapack

Read More
How to solve complex equations numerically in Python?...

pythonnumerical-methodsequationequation-solvingfsolve

Read More
Using `solve_ivp` and `LSODA` to solve a complex ODE...

pythonnumerical-methodsdifferential-equations

Read More
python and problems with passing array to a function...

pythonarraysnumerical-methods

Read More
How to correctly implement homogenous Neumann boundary conditions in my linear solver?...

matlabnumerical-methodspde

Read More
How to find the intersection point of a 3D curve and a 3D surface?...

algorithmcomputational-geometryintersectionnumerical-methods

Read More
Optimize this Python code that involves matrix inversion...

pythonnumpymatrixlinear-algebranumerical-methods

Read More
Runge-Kutta Behaving Strangely When Initial Value Is Negative...

c++numerical-methodsdifferential-equationsrunge-kutta

Read More
How to round to the next largest integer in Julia...

julianumerical-methods

Read More
Verify Solution Satisfies a PDE: FiPy...

pythonnumpynumerical-methodsfipy

Read More
Handling division of double by a large power of 2 in C++...

c++precisiondivisionnumerical-methodsnumerical-stability

Read More
How to use the qrfact function?...

matrixjulialinear-algebranumerical-methods

Read More
Efficient/Cheap way to concatenate arrays in Julia?...

matrixjulialinear-algebranumerical-methods

Read More
Generate array of complex numbers with absolute value one...

matrixjulialinear-algebranumerical-methods

Read More
How can I use numpy.correlate to do autocorrelation?...

pythonmathnumpynumerical-methods

Read More
BackNext