Scilab 5.3.3
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
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
<< slash | Scilab keywords | then >> |