2025年airy 函数

airy 函数airy 函数 Airy functions Airy 函数 Syntax 语法 W airy Z W airy k Z W ierr airy k Z Definition 定义 The Airy functions form a pair of linearly

大家好,我是讯享网,很高兴认识大家。

airy 函数

Airy functions

Airy 函数

Syntax

语法

W = airy(Z)

W = airy(k,Z)

[W,ierr] = airy(k,Z)

Definition

定义

The Airy functions form a pair of linearly independent solutions to

Airy 函数来自一个线性无关系解决方案对:


讯享网

The relationship between the Airy and modified Bessel functions is

这个关系居于Airy和修正贝塞耳函数之间是:

Where

在这里

Description

描述

W = airy(Z) returns the Airy function, , for each element of the complex array Z.

W=airy(Z)返回Airy函数,Ai(Z),复数阵列Z的每个元素。

W = airy(k,Z) returns different results depending on the value of k.

W=airy(k,Z)返回不同的结果取决于k的值上。

k

Returns

返回值

0

The same result as airy(Z)

airy(Z)的结果相同

1

The derivative, 

导数,Ai'(Z)

2

The Airy function of the second kind, 

第二种的Airy 函数,Bi(Z)

3

The derivative,

导数,Bi'(Z)

[W,ierr] = airy(k,Z) also returns completion flags in an array the same size as W.

[W,ierr]=airy(k,Z)也返回完成标志,在与W阵列相同大小的阵列。

ierr

Description

描述

0

airy succesfully computed the Airy function for this element.

airy成功的完成了Airy函数关于这个元素的计算

1

Illegal arguments

非法变量

2

Overflow. Returns Inf

溢出,返回inf(去穷大)

3

Some loss of accuracy in argument reduction

自变量减少中精度有一些误差

4

Unacceptable loss of accuracy, Z too large

Z太过庞大,无意义的精度误差

5

No convergence. Returns NaN

返回NaN,不收敛

小讯
上一篇 2025-01-10 22:37
下一篇 2025-03-31 22:25

相关推荐

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容,请联系我们,一经查实,本站将立刻删除。
如需转载请保留出处:https://51itzy.com/kjqy/64049.html