AsymptoticProduct
AsymptoticProduct[f,x,xx0]
计算当 x 接近 x0 时,不定积 的渐近逼近.
AsymptoticProduct[f,{x,a,b},αα0]
计算当 α 接近 α0 时,定积 的渐近逼近.
AsymptoticProduct[f,…,{ξ,ξ0,n}]
计算阶数 n 的渐近逼近.
更多信息和选项
- AsymptoticProduct 通常用于计算无法找到确切结果的乘积,或者用于获取计算、比较和诠释的更简单答案. 在这种情况下,渐近逼近通常会提供足够的信息来简化或解决应用问题.
- AsymptoticProduct[f,…,ξξ0] 计算 f 乘积的渐近展开式中的前导项. 使用 SeriesTermGoal 指定更多项.
- 如果精确结果为 g[x] 且在 x0 处阶数 n 的渐近逼近为 gn[x],那么,当 xx0,则 AsymptoticLess[g[x]-gn[x],gn[x]-gn-1[x],xx0] 或g[x]-gn[x]∈o[gn[x]-gn-1[x]].
- 渐近逼近 gn[x] 经常以和 gn[x]αkϕk[x] 形式给出,其中,{ϕ1[x],…,ϕn[x]} 是在 xx0 的一个渐近标度 ϕ1[x]≻ϕ2[x]≻⋯>ϕn[x]. 那么当 xx0,则 AsymptoticLess[g[x]-gn[x],ϕn[x],xx0] 或 g[x]-gn[x]∈o[ϕn[x]].
-
xx0 的泰勒尺度 xx0 的 Laurent 尺度 x±∞ 的 Laurent 尺度 xx0 的 Puiseux 尺度 - 用于表示渐近逼近的尺度是从问题中自动推断出,通常可以包括更多的奇异尺度.
- 中心 α0 可以是任何有限或无限的实数或复数.
- 阶数 n 必须为正整数,并指定渐近展开的近似阶数. 它与多项式次数无关.
- 可以给出以下选项:
-
AccuracyGoal Automatic 寻求绝对精度的位数 Assumptions $Assumptions 关于参数的假设 GenerateConditions Automatic 是否产生包含参数条件的答案 GeneratedParameters None 如何命名生成的参数 Method Automatic 使用的方法 PerformanceGoal $PerformanceGoal 性能方面的优化 PrecisionGoal Automatic 寻求精度的位数 Regularization None 使用何种正则化方案 SeriesTermGoal Automatic 逼近中的项数 WorkingPrecision Automatic 内部计算中使用的精度 - 对于 GenerateConditions,默认设置为 Automatic,则通常不会在 AsymptoticProduct 的结果中返回参数的条件. 可以通过将 GenerateConditions 设为 True 来获得包含参数条件的答案.
- PerformanceGoal 的可能设置包括 $PerformanceGoal、"Quality" 和 "Speed". 当使用 "Quality" 设置,AsymptoticProduct 通常可以解决更多问题或产生更简单的结果,但是它可能会占用更多的时间和内存.
- 当 WorkingPrecision、AccuracyGoal 和 PrecisionGoal 的默认设置为 Automatic,即使输入具有无限精度,AsymptoticProduct 也会以较低的精度返回渐近逼近.
范例
打开所有单元关闭所有单元基本范例 (2)
范围 (14)
不定乘积 (5)
定积 (4)
应用 (4)
属性和关系 (4)
Wolfram Research (2020),AsymptoticProduct,Wolfram 语言函数,https://reference.wolfram.com/language/ref/AsymptoticProduct.html.
文本
Wolfram Research (2020),AsymptoticProduct,Wolfram 语言函数,https://reference.wolfram.com/language/ref/AsymptoticProduct.html.
CMS
Wolfram 语言. 2020. "AsymptoticProduct." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/AsymptoticProduct.html.
APA
Wolfram 语言. (2020). AsymptoticProduct. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/AsymptoticProduct.html 年