Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in numerical-methods

efficiently determining if a polynomial has a root in the interval [0,T]

is there a c++ library for ordinary differential equation (ODE) solvers?

Numerical ODE solving in Python

Where do I find the machine epsilon in C#?

c# .net numerical-methods

How can I increase the number of subdivisions for functions in `scipy.integrate.dblquad`?

What's the best way to calculate a numerical derivative in MATLAB?

How can I plot the derivative of a graph in gnuplot?

gnuplot numerical-methods

Making C code plot a graph automatically

sample random point in triangle [closed]

How to find a binary logarithm very fast? (O(1) at best)

Sampling a random subset from an array

How do I obtain the machine epsilon in R?

r numerical-methods

Check if a varchar is a number (TSQL)

tsql numerical-methods

Is there special significance to 16331239353195370.0?

Dealing with float precision in Javascript [duplicate]

How can I use numpy.correlate to do autocorrelation?