Tag: Maths
-
Adaptive integration algorithm using RMS formulae
-
Performs the addition of two long positive integers in the given base.
-
Calculates the Airy functions Ai and Bi and their derivatives.
-
Calculates the zeros of a function using Aitken acceleration.
-
Interpolates a given set of points using Akima spline fitting.
-
Returns the "distance" in radians (about the spheres centre) between two positions.
-
Finds the longest ascending subsequence of a permutation.
-
Returns the number of alternating sign matrices of the given order.
-
Returns a row of the alternating sign matrix triangle.
-
Evaluate Del(a) + Del(b) - Del(a+b).
-
Basic notations
-
Returns the Bell numbers of order 0 to n.
-
Calculates the zeros of a polynomial using Bernoulli's algorithm.
-
Calculates array of Bernoulli numbers using recurrent relations.
-
Calculates array of Bernoulli numbers using an infinite series
-
Evaluates the Beta function.
-
The regularized incomplete Beta integral
-
Inverse of the incomplete (regularized) beta integral.
-
Returns the binomial coefficient using the factorial function.
-
Computes the binomial coefficient with the given arguments.
-
Calculates the zeros of a function using the bisection method.
-
Given two initial points, this algorithm finds another point such that a bracketing triple is formed.
-
Counts the number of breaks in a permutation.
-
Calculates the zeros of a function using Brent's method.
-
Calculates the minimum of a one-dimensional real function using Brent's method.
-
Calculus notations
-
Computes the Catalan numbers, of order 0 to n.
-
Computes the row of the given order in Catalan's triangle.
-
Evaluates the Chebyshev polynomial series
-
Checks whether an array represents a permutation.