Author: lucian
-
average and instantaneous acceleration of an object
-
Adaptive integration algorithm using RMS formulae
-
Performs the addition of two long positive integers in the given base.
-
Calculates the zeros of a function using Aitken acceleration.
-
Interpolates a given set of points using Akima spline fitting.
-
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.
-
Computes the diameter of a bar based on various stress conditions.
-
Basic notations
-
Returns the Bell numbers of order 0 to n.
-
Calculates the zeros of a polynomial using Bernoulli's algorithm.
-
Returns the total energy within a fluid using the simplified Bernoulli equation.
-
Returns the elevation, pressure or velocity inside a fluid given the other two parameters.
-
Evaluates the Beta 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 minimum of a one-dimensional real function using Brent's method.
-
Calculates the zeros of a function using Brent's method.
-
Random number generator class using George Marsaglia's multiply with carry algorithm.
-
Computes the Catalan numbers, of order 0 to n.
-
Computes the row of the given order in Catalan's triangle.
-
Evaluates the Angle distribution CDF.
-
Evaluates the Anglit distribution CDF.
-
Evaluates the Arcsin distribution CDF.
-
Evaluates the Bradford distribution CDF.
-
Evaluates the Burr distribution CDF.
-
Evaluates the hypergeometric cumulative density function.