Search code examples
Writing function for symbolic and numeric input...


matlaboverloadingnumerical-methodssymbolic-math

Read More
Most efficient computational method to numerically minimize a 8 variables constrained system...


numerical-methodsminimization

Read More
Norms in Python for floating point vs. Decimal (fixed-point)...


pythonprecisionnumerical-methodsscientific-computing

Read More
Sampling a random subset from an array...


javascriptarraysrandomnumerical-methods

Read More
Euler method doesn't give correct output...


matlabnumerical-methods

Read More
Octave, The secant method...


octavenumerical-methods

Read More
Lagrange multipliers numerical approach...


pythonoptimizationscipyconstraintsnumerical-methods

Read More
e^x without math.h...


cmathnumerical-methods

Read More
Numerically solving a pair of coupled second order ODES with odeToVectorField...


matlabnumerical-methodsnumerical-integrationrunge-kutta

Read More
Appropriate numpy/scipy function to interpolate function defined on simplex (non regular grid)...


pythonnumpyscipyinterpolationnumerical-methods

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


javascriptfunctionrecursionmethodsnumerical-methods

Read More
Gauss-Jacobi iteration method...


cnumerical-methods

Read More
TensorFlow: integrate output of neural network...


pythontensorflowneural-networknumerical-methods

Read More
Calculate binomial coefficient in binary...


cmathnumerical-methodsfactorialbinomial-coefficients

Read More
Differentiating a multivariable function w.r.t different dimensions, using *args in python...


pythonnumerical-methods

Read More
What does r() function mean in the return value of SymPy's dsolve?...


pythonnumpysympynumerical-methodsode

Read More
C: Nested functions using structs break the program if order of call is changed...


cstructnumerical-methods

Read More
Am I implementing Euler's Method correctly in C++?...


c++numerical-methodsode

Read More
Approximating the square root of sum of two squares on a microcontroller...


assemblysignal-processingmicrocontrollernumerical-methods

Read More
Euler's method for different step sizes . How does one change the code of the algorithm to accou...


pythonfor-loopmatplotlibintegrationnumerical-methods

Read More
Generalized associated Legendre Polynomials...


pythonmathnumerical-methodsexpansion

Read More
How can you implement Householder based QR decomposition in Python?...


pythonnumpylinear-algebranumerical-methodsqr-decomposition

Read More
Implementing the Adams Bashforth Moulton Method in Python...


pythonmathnumerical-methods

Read More
Finding eigenvalues of a matrix with unknown variables using numpy.linalg.eig...


pythonnumpymatrixnumerical-methods

Read More
Arranging diagonal matrix in ascending order...


algorithmsortinglinear-algebranumerical-methods

Read More
How to numerically solve difference equations in python...


pythonnumpymathnumerical-methodsdifference-equations

Read More
cvxpy + mosek: The lower bound specified is not a number (nan)...


numerical-methodsscientific-computingcvxpyconvex-optimizationmosek

Read More
Is there a way to store intermediate values when using solve_ivp?...


pythonscipynumerical-methodsdifferential-equations

Read More
Can someone explain the last part of this code?...


c++numerical-methodslinear-equation

Read More
Store 2 previous array to implement Leapfrog numerical Scheme...


numerical-methodsrecurrence

Read More
BackNext