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 用戶端使用這個