Search code examples
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
scipy's solve_ivp having trouble solving simple ivp...


pythonscipynumerical-methodsnumerical-integration

Read More
How to randomly generate a signed permutation matrix...


matrixjulialinear-algebranumerical-methods

Read More
How can I detect lost of precision due to rounding in both floating point addition and multiplicatio...


cfloating-pointroundingnumerical-methodsunderflow

Read More
BackNext