I have forgotten
my Password

Or login with:

  • Facebookhttp://facebook.com/
  • Googlehttps://www.google.com/accounts/o8/id
  • Yahoohttps://me.yahoo.com
COST (GBP)
this unit 15.00
sub units 0.00
+
0
MathsSpecialBessel

Kelvin

viewed 2790 times and licensed 54 times
Function used at calculating asymptotic expansions.
Controller: CodeCogs

Interface

C++

Overview

This module contains components which calculate different types of Kelvin functions.

Bei

 
doubleBeidoublex )
This function uses two methods of approximation. If the argument falls below the MIN limit it uses the polynomial approximation :

otherwise it calculates its asymptotic expansion :

where

Parameters

xThe value at which the function is to be evaluated.

Authors

Lucian Bentea
Source Code

Source code is available when you buy a Commercial licence.

Not a member, then Register with CodeCogs. Already a Member, then Login.


Ber

 
doubleBerdoublex )
This function uses two methods of approximation. If the argument falls below the MIN limit it uses the polynomial approximation :

otherwise it calculates its asymptotic expansion :

where

Parameters

xThe value at which the function is to be evaluated.

Authors

Lucian Bentea
Source Code

Source code is available when you buy a Commercial licence.

Not a member, then Register with CodeCogs. Already a Member, then Login.


Kei

 
doubleKeidoublex )
This function uses two methods of approximation. If the argument falls below the MIN limit it uses the polynomial approximation : where

otherwise it calculates its asymptotic expansion :

where

Parameters

xThe value at which the function is to be evaluated.

Authors

Lucian Bentea
Source Code

Source code is available when you buy a Commercial licence.

Not a member, then Register with CodeCogs. Already a Member, then Login.


Ker

 
doubleKerdoublex )
This function uses two methods of approximation. If the argument falls below the MIN limit it uses the polynomial approximation : where

otherwise it calculates its asymptotic expansion :

where

Parameters

xThe value at which the function is to be evaluated.

Authors

Lucian Bentea
Source Code

Source code is available when you buy a Commercial licence.

Not a member, then Register with CodeCogs. Already a Member, then Login.


DBei

 
doubledBeidoublex )
This function uses two methods of approximation. If the argument falls below the MIN limit it uses the polynomial resulted by differentiating the approximation polynomial of the Bei function. Otherwise it calculates its asymptotic expansion :

where

Parameters

xThe value at which the derivative is to be evaluated.

Authors

Lucian Bentea
Source Code

Source code is available when you buy a Commercial licence.

Not a member, then Register with CodeCogs. Already a Member, then Login.


DBer

 
doubledBerdoublex )
This function uses two methods of approximation. If the argument falls below the MIN limit it uses the polynomial resulted by differentiating the approximation polynomial of the Ber function. Otherwise it calculates its asymptotic expansion :

where

Parameters

xThe value at which the derivative is to be evaluated.

Authors

Lucian Bentea
Source Code

Source code is available when you buy a Commercial licence.

Not a member, then Register with CodeCogs. Already a Member, then Login.


DKei

 
doubledKeidoublex )
This function uses two methods of approximation. If the argument falls below the MIN limit it uses the polynomial resulted by differentiating the approximation polynomial of the Kei function. Otherwise it calculates its asymptotic expansion :

where

Parameters

xThe value at which the derivative is to be evaluated.

Authors

Lucian Bentea
Source Code

Source code is available when you buy a Commercial licence.

Not a member, then Register with CodeCogs. Already a Member, then Login.


DKer

 
doubledKerdoublex )
This function uses two methods of approximation. If the argument falls below the MIN limit it uses the polynomial resulted by differentiating the approximation polynomial of the Ker function. Otherwise it calculates its asymptotic expansion :

where

Parameters

xThe value at which the derivative is to be evaluated.

Authors

Lucian Bentea
Source Code

Source code is available when you buy a Commercial licence.

Not a member, then Register with CodeCogs. Already a Member, then Login.