LinearAlgebra`BLAS`
LinearAlgebra`BLAS`
IAMAX
IAMAX[x]
gives the position of the element with the maximum absolute value in a vector x.
更多信息和选项
- To use IAMAX, you first need to load the BLAS Package using Needs["LinearAlgebra`BLAS`"].
- The following argument must be given:
-
x input expression vector - For complex vectors x, IAMAX locates the element with the greatest sum of absolute values of the real and imaginary parts.
- If x contains non-numeric elements, then IAMAX[x] always returns $Failed.
- For duplicate entries the first position found is returned.
范例
打开所有单元关闭所有单元基本范例 (1)
Scope (4)
An arbitrary-precision vector:
Vectors with symbolic entries will return $Failed:
Properties & Relations (1)
Possible Issues (2)
If there are multiple elements with the same maximum absolute value, the position of the first one is returned:
If a vector contains a symbol, IAMAX returns $Failed:
Wolfram Research (2017),IAMAX,Wolfram 语言函数,https://reference.wolfram.com/language/LowLevelLinearAlgebra/ref/IAMAX.html.
文本
Wolfram Research (2017),IAMAX,Wolfram 语言函数,https://reference.wolfram.com/language/LowLevelLinearAlgebra/ref/IAMAX.html.
CMS
Wolfram 语言. 2017. "IAMAX." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/LowLevelLinearAlgebra/ref/IAMAX.html.
APA
Wolfram 语言. (2017). IAMAX. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/LowLevelLinearAlgebra/ref/IAMAX.html 年