Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in numerical-methods

Numpy/Scipy pinv and pinv2 behave differently

Handling division of double by a large power of 2 in C++

Numerical integration of smooth unimodal function with GSL?

c++ c numerical-methods gsl

Finding quantile numerically in R

How precise is numpy's sin(x) ? How do I find out? [need it to numerically solve x=a*sin(x)]

Why no floating point error occurs in print(0.1* 100000) vs (Decimal(0.1)*100000) due to FP representation of 0.1?

Is there any numerical-accurracy difference on calculating sin(pi/2-A) and cos(A) in Matlab?

Is there any "standard" way to calculate the numerical gradient?

Converting a repeating binary number to decimal (express as a series?)

Any way to make gmsh to use the same vertex set on both sides of a material boundary?

Efficient/Cheap way to concatenate arrays in Julia?

alternative to numpy.gradient

How to extract an array of diagonal entries from a diagonal matrix in Julia?

Random numbers with Maxwell distribution in C

How do I solve stochastic differential equations in Julia?

How to find multiple maxima of numerical time series

Solve non-linear system of equation in Mathematica

How to normalize the columns of a matrix in Julia

Complex floating point types

Algorithm for multidimensional optimization / root-finding / something