star

(*) multiplication operator

Description

Multiplication. Usual meaning. Valid for constant, boolean, polynomial, rational matrices and for syslin lists (the meaning is series connection).

Element-wise multiplication is denoted x.*y. If x or y is scalar (1x1 matrix) .* is the same as *.

Kronecker product is x.*.y.

A*.B is an operator with no predefined meaning. It may be used to define a new operator (see overloading) with the same precedence as * or /.

See Also

  • dot (.) symbol
  • slash (/) right division and feed back
  • backslash () left matrix division.
  • syslin linear system definition
  • overloading display, functions and operators overloading capabilities

Table Of Contents

This Page