DOT[x,y]
computes the dot product of two vectors x and y.
DOT
DOT[x,y]
computes the dot product of two vectors x and y.
更多信息和选项
- To use DOT, you first need to load the BLAS Package using Needs["LinearAlgebra`BLAS`"].
- The following arguments must be given:
-
x input expression vector y input expression vector - The vector arguments must be of the same length.
范例
打开所有单元 关闭所有单元基本范例 (1)
Scope (4)
DOT[{2.1, 3.4, 5.1}, {4.2, -2.3, -0.8}]DOT[{2. + I, -3. - 2 I, 4}, {-I, 2. - I, 3.}]DOT[{1`20, 2, 3}, {-1`20, 2, 1}]DOT[{a, b, c}, {d, e, f}]Properties & Relations (1)
文本
Wolfram Research (2017),DOT,Wolfram 语言函数,https://reference.wolfram.com/language/LowLevelLinearAlgebra/ref/DOT.html.
CMS
Wolfram 语言. 2017. "DOT." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/LowLevelLinearAlgebra/ref/DOT.html.
APA
Wolfram 语言. (2017). DOT. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/LowLevelLinearAlgebra/ref/DOT.html 年
BibTeX
@misc{reference.wolfram_2026_dot, author="Wolfram Research", title="{DOT}", year="2017", howpublished="\url{https://reference.wolfram.com/language/LowLevelLinearAlgebra/ref/DOT.html}", note=[Accessed: 15-August-2026]}
BibLaTeX
@online{reference.wolfram_2026_dot, organization={Wolfram Research}, title={DOT}, year={2017}, url={https://reference.wolfram.com/language/LowLevelLinearAlgebra/ref/DOT.html}, note=[Accessed: 15-August-2026]}