Qurak

Dot

Available

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}}

Topics

Related

All 6300 functions · Use this from an MCP client