Matrix multiplication





| Vector | C |
in the palette on the schematic

The block calculates the product of two matrices.

Ports

  • An input port for feeding the first multiplier matrix;
  • An input port for feeding the second multiplier matrix;
  • Output port for outputting the production matrix.

Properties

  • Number of rows of matrix 1 - an integer equal to the number of rows in the first multiplier matrix;
  • Number of columns of matrix 1 - an integer equal to the number of columns in the first multiplier matrix;
  • Number of rows of matrix 2 - an integer equal to the number of rows in the second multiplier matrix;
  • Number of columns of matrix 2 - an integer equal to the number of columns in the second multiplier matrix;

Parameters

none