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 客户端使用