Kelvin
Function used at calculating asymptotic expansions.
You're viewing an older version of this page (#144). View the current version.
Interface
#include <codecogs/maths/special/bessel/kelvin.h>
using namespace Maths::Special::Bessel;
double f1(double x)double f2(double x)double g1(double x)double g2(double x)double M(double x)double theta(double x)double N(double x)double phi(double x)double Ber(double);double Bei(double);double Ker(double);double Kei(double);double dBer(double);double dBei(double);double dKer(double);double dKei(double);double Bei(double x)double Ber(double x)double Kei(double x)double Ker(double x)double dBei(double x)double dBer(double x)double dKei(double x)double dKer(double x)
Overview
This module contains components which calculate different types of Kelvin functions.
FUNCTION
f1
Interactive Calculator
Computing…
Set a range above first to export a graph.
FUNCTION
f2
Interactive Calculator
Computing…
Set a range above first to export a graph.
FUNCTION
g1
Interactive Calculator
Computing…
Set a range above first to export a graph.
FUNCTION
g2
Interactive Calculator
Computing…
Set a range above first to export a graph.
FUNCTION
M
Interactive Calculator
Computing…
Set a range above first to export a graph.
FUNCTION
theta
Interactive Calculator
Computing…
Set a range above first to export a graph.
FUNCTION
N
Interactive Calculator
Computing…
Set a range above first to export a graph.
FUNCTION
phi
Interactive Calculator
Computing…
Set a range above first to export a graph.
FUNCTION
Ber
FUNCTION
Bei
FUNCTION
Ker
FUNCTION
Kei
FUNCTION
dBer
FUNCTION
dBei
FUNCTION
dKer
FUNCTION
dKei
FUNCTION
Bei
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
Lucian Bentea
Interactive Calculator
Computing…
Set a range above first to export a graph.
FUNCTION
Ber
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
Lucian Bentea
Interactive Calculator
Computing…
Set a range above first to export a graph.
FUNCTION
Kei
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
Lucian Bentea
Interactive Calculator
Computing…
Set a range above first to export a graph.
FUNCTION
Ker
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
Lucian Bentea
Interactive Calculator
Computing…
Set a range above first to export a graph.
FUNCTION
dBei
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
Lucian Bentea
Interactive Calculator
Computing…
Set a range above first to export a graph.
FUNCTION
dBer
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
Lucian Bentea
Interactive Calculator
Computing…
Set a range above first to export a graph.
FUNCTION
dKei
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
Lucian Bentea
Interactive Calculator
Computing…
Set a range above first to export a graph.
FUNCTION
dKer
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
Lucian Bentea
Interactive Calculator
Computing…
Set a range above first to export a graph.