Qurak

Dot

利用可能

Computes the dot product or matrix multiplication

a . b . c or Dot[a, b, c]
Dot[{1, 2, 3}, {4, 5, 6}] → 32Dot[{{1, 2}, {3, 4}}, {{5, 6}, {7, 8}}] → {{19, 22}, {43, 50}}

トピック

関連

全 6300 関数 · MCPクライアントから使う