Next: ajMat[u]
Up: Block Matrix Manipulation
Previous: Block Matrix Manipulation
  Contents
  Index
- Aliases: MM
- Description: MatMult multiplies matrices. The Mathematica code
executed for
is Inner[ NonCommutativeMultiply, x, y, Plus];
- Arguments:
is a block matrix, and
is a block matrix.
- Comments / Limitations: MatMult can take any number of input
parameters. For example, MatMult[a, b, c, d] will give the
same result as MatMult[a, MatMult[b, MatMult[c, d]] ].
NCAlgebra Project
2002-09-09