DOTC[x,y]
computes the dot product of two vectors x and y.
DOTC
DOTC[x,y]
computes the dot product of two vectors x and y.
詳細とオプション
- To use DOTC, 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)
DOTC[{1.1 , 3.4, 5.1}, {4.2, -2.3, -0.8}]DOTC[{2. + I, -3. - 2 I, 4}, {-I, 2. - I, 3.}]DOTC[{1`20, 2, 3 + I}, {-1`20, 2, 1 - I}]DOTC[{a, b, c}, {d, e, f}]Properties & Relations (1)
For vectors x and y, DOTC[x,y] is equivalent to Conjugate[x].y:
x = RandomComplex[1, {5}];
y = RandomComplex[1, {5}];
DOTC[x, y] == Conjugate[x].y関連するガイド
テキスト
Wolfram Research (2017), DOTC, Wolfram言語関数, https://reference.wolfram.com/language/LowLevelLinearAlgebra/ref/DOTC.html.
CMS
Wolfram Language. 2017. "DOTC." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/LowLevelLinearAlgebra/ref/DOTC.html.
APA
Wolfram Language. (2017). DOTC. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/LowLevelLinearAlgebra/ref/DOTC.html
BibTeX
@misc{reference.wolfram_2026_dotc, author="Wolfram Research", title="{DOTC}", year="2017", howpublished="\url{https://reference.wolfram.com/language/LowLevelLinearAlgebra/ref/DOTC.html}", note=[Accessed: 12-August-2026]}
BibLaTeX
@online{reference.wolfram_2026_dotc, organization={Wolfram Research}, title={DOTC}, year={2017}, url={https://reference.wolfram.com/language/LowLevelLinearAlgebra/ref/DOTC.html}, note=[Accessed: 12-August-2026]}