Celeb Glow
news | April 06, 2026

Is there a symbol for matrix multiplication operator?

$\begingroup$

Title says it all.

Is there any specific operator symbol for matrix multiplication?

Not just write down side by side but symbols like cross ($\times$).

$\endgroup$ 5

1 Answer

$\begingroup$

Juxtaposition is the standard notational convention (to "write side by side") without an intermediary operation symbol): for matrices $A, B$ on which matrix multiplication is defined, write $AB$. Some texts may use the "dot" $A\cdot B$, but juxtaposition is more typical.

See the entry in Wikipedia: Matrix Multiplication to disambiguate "standard" matrix multiplication from other matrix products: Hadamard product $A\circ B$, Frobenius product $A:B$, and Kronecker product $A\otimes B$.

You'll see the "dot" and "cross" typically used with vectors (which are, also, matrices) to distinguish between the operations of the dot product and the cross product.

$\endgroup$ 1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy