mathsalgebraseries

asympt expn

Available under GPL (Free) and Commercial licence
get a GPL licence
COST (GBP)
this unit 1.80
sub units 3.54
add a commercial licence to your cart
0
viewed 1747 times and licensed 15 times
www.codecogs.com/d-ox/maths/algebra/series/asympt_expn.php
Other modules that are used by this module. We add these to the cart for you whenever you add this module, unless you already own enough licences for them. Click for details
Controller: CodeCogs    Contact Controller

Group Description

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).

Interface

#include <codecogs/maths/algebra/series/asympt_expn.h>

using namespace Maths::Algebra::Series;

double bcorr (double a, double b)
Evaluate Del(a) + Del(b) - Del(a+b).
Click for details on using CodeCogs in ExcelReal cc_bcorr (Real a, Real b)
This function is available as a Microsoft Excel add-in.
double asympt_expn (double a, double b, double lambda, double eps)
Asymptotic Series Expansion for ix(a,b) for large a and b.
Click for details on using CodeCogs in ExcelReal cc_asympt_expn (Real a, Real b, Real lambda, Real eps)
This function is available as a Microsoft Excel add-in.

Function Documentation

Add calculator to your site or email
 
doublebcorrdoublea
doubleb )
Evaluates
(1)
\displaystyle \Delta(a) + \Delta(b) - \Delta(a + b)
where
(2)
\displaystyle \Delta(x) = x + \ln(\Gamma(x)) + (x-0.5) \ln(x) + \frac{ \ln(2 \pi)}{2}
Parameters:
aargument 1
bargument 2
Note:
It is assumed that a >= 8 and b >= 8.
Authors:
Barry W. Brown, James Lovato, Kathy Russell
Updated by Vince Cole
Documentation by Nick Owens
Source Code:
Register

- To get code register with CodeCogs. Already a Member, then Login.


Asympt Expn Calculator

  

Add calculator to your site or email
 
doubleasympt_expndoublea
doubleb
doublelambda
doubleeps )
Asymptotic Series Expansion for ix(a,b) for large a and b
Parameters:
aargument 1
bargument 2
lambdaargument 3
epstolerance
Note:
It is assumed that lambda is non-negative and that a and b are greater than or equal to 15.
Authors:
Barry W. Brown, James Lovato, Kathy Russell
Documention by Nick Owens, Vince Cole
Source Code:
Register

- To get code register with CodeCogs. Already a Member, then Login.


Last Modified: 18 Oct 07 @ 17:07     Page Rendered: 2008-05-08 14:37:47

Page Comments

  You must login to leave a messge


Valid CSS!   Valid XHTML 1.0 Transitional