asympt_expn
Evaluate Del(a) + Del(b) - Del(a+b).
Interface
#include <codecogs/maths/approximation/series/asympt_expn.h>
using namespace Maths::Approximation::Series;
Overview
A series expansion is a representation of a particular function as a sum of powers in one of its variables, or by a sum of powers of another (usually elementary) function f(x).
An asymptotic series is a series expansion of a function in a variable x which may converge or diverge (Erdélyi 1987, p. 1), but whose partial sums can be made an arbitrarily good approximation to a given function for large enough x.
Asymptotic series can be computed by doing the change of variable x -> 1/x and doing a series expansion about zero. Many mathematical operations can be performed on asymptotic series. For example, asymptotic series can be added, subtracted, multiplied, divided (as long as the constant term of the divisor is nonzero), and exponentiated, and the results are also asymptotic series (Gradshteyn and Ryzhik 2000, p. 20).
FUNCTION
bcorr
Evaluates
where
Parameters
It is assumed that a >= 8 and b >= 8.
Barry W. Brown, James Lovato, Kathy Russell
Updated by Vince Cole
Documentation by Nick Owens
Interactive Calculator
Computing…
Set a range above first to export a graph.
FUNCTION
asympt_expn
Asymptotic Series Expansion for ix(a,b) for large a and b
Parameters
It is assumed that lambda is non-negative and that a and b are greater than or equal to 15.
Barry W. Brown, James Lovato, Kathy Russell
Documention by Nick Owens, Vince Cole
Interactive Calculator
Computing…
Set a range above first to export a graph.