Search code examples
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
implementing domain decomposition algos as solvers vs preconditioners...


distributed-computingnumerical-methodsfinite-element-analysis

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
Welford Variance Differs from Numpy Variance...


pythonnumpystatisticsnumerical-methods

Read More
Sympy yields `TypeError: unsupported operand type(s) for *: 'interval' and 'complex'...


pythonmathsympynumerical-methods

Read More
Checking Event in solve_ivp...


pythonscipysimulationnumerical-methods

Read More
Scipy solve_ivp extremely slow/freezing...


pythonscipynumerical-methodsode

Read More
solving 1D Schrödinger equation with Numerov method (python)...


pythonmathphysicsnumerical-methodsdifferential-equations

Read More
Variable input inside a function...


pythonnumerical-methods

Read More
Numerical instability of gradient descent in C...


cprecisionnumerical-methodsgradient-descent

Read More
Numerical Integration with MATLAB for two different functions...


matlabnumerical-methodsnumerical-integration

Read More
Numeric integration for two variables and a list of parameters?...


matlabnumerical-methodsnumerical-integrationcalculus

Read More
Numerical Integration Problems with Product Rule due to differnet resolution...


matlabnumerical-methodsnumerical-integrationcalculus

Read More
evaluating multiple integrals...


c++matlabnumerical-methodsnumerical-integration

Read More
Multi Dimensional numerical integration in Julia...


julianumerical-methodsnumerical-integration

Read More
Different results while integrating Chebyshev weight function using different quadratures...


pythonscipynumerical-methodsnumerical-integration

Read More
Different results when computing integral analytically/with scipy VS approximating integral...


pythonscipynumerical-methodsnumerical-integration

Read More
Calculate Integral over array in Python with output array...


pythonnumpyscipynumerical-methodsnumerical-integration

Read More
Can someone explain why scipy.integrate.quad gives different results for equally long ranges while i...


pythonscipynumerical-methodsnumerical-integration

Read More
Implement 2D Burgers Equation on FiPy...


pythonnumerical-methodsfipy

Read More
Attempt to solve the nonlinear pendulum 2nd order differential equation using 4th order Runge-Kutta ...


pythonmatplotlibnumerical-methodsrunge-kutta

Read More
BackNext