Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in numerical-analysis

Abnormal behavior algorithm implemented in matlab depending of the input

Approximating derivatves and second derivatives of numerical functions in Common Lisp - not working as expected

Which way has better accuracy to compute the matrix matrix vector product, A B u?

Addition vs Subtraction in loss of significance with floating-points

Algorithm for multidimensional optimization / root-finding / something

unexpected results with specific rounding mode

Avoid underflow using exp and minimum positive float128 in numpy

How to compute exact complexity of an algorithm?

Find numbers of subarray of an array whose sum is divided by given number [duplicate]

What's the best midpoint formula for floating point numbers?

sparse matrix library for C++ [closed]

Computing the distance between two points in polar coordinates using floating-point

Numerical Precision in Fortran 95:

Minimization of f(x,y) where x and y are integers

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

Best algorithm for avoiding loss of precision?

Image interpolation from random pixels

How to pass a hard coded differential equation through Runge-Kutta 4

c# numerical-analysis

Calculating average of two values, minimizing errors

Lambert W function implementation in Java